wfau / gaia-dmp

Gaia data analysis platform
GNU General Public License v3.0
1 stars 5 forks source link

Refactor ansible directory #722

Open Zarquan opened 2 years ago

Zarquan commented 2 years ago

Long term task - making the source code easier to understand.

Refactor the directory structure to separate ansible from hadoop-yarn and bring ansible up a level.

From:

deployments
    |
    +-- hadoop-yarn
    |      |
    |      +-- ansible
    |            |
    |            +-- ....

To:

deployments
    |
    +-- hadoop-yarn
    |      |
    |      +-- ....
    |
   +-- ansible
    |      |
    |      +-- ....
Zarquan commented 2 years ago

Also move the client side tools out of deployments/zeppelin and into deployments/ansible-client