Skip to content

Making_a_new_OAH_Role

Vinod Panicker edited this page Aug 14, 2017 · 3 revisions

Step 1 : Identify the OAH ansible Role needed for the environment.

Step 2 : Create New Issues in OAH for adding a new OAH role (or Enhancement an existing oah roles with additional oah-config.yml params)

Step 3 :Fork new oah roles to namespace

Step 4 :Update #Spec in task files for each new oah ansible roles

a. oah-install.yml

b. oah-validate.yml

c. oah-reset.yml

d. oah-remove.yml

e. oah-update.yml

Step 5 : Write the Tasks in the task files

Step 6 :Validate the roles for each oah_command value (install,update,validate,reset,remove)

Step 7 : Create and submit a merge request for roles

Step 8 :Submit an RBTC request for the role.

Clone this wiki locally