You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we have a series of Python 2.7 scripts which are used to install and configure snaps-boot on the build server and then mange the install and post configuration options.
This can be replaced with an Ansible playbook. Many of the sub tasks already use Ansible.
Have one or more master playbook to install the servers.
We should be able to install snaps-boot on a build server, install the servers, set the static IP, configure hugepages and cpuisolation from one playbook.
The text was updated successfully, but these errors were encountered:
With the proposed hosts structure in #253 a playbook can parse and execute against the required groups (build, masters, minions) via the hosts: line in the playbook. A single playbook may then include plays against one or a sequence of these groups.
Today we have a series of Python 2.7 scripts which are used to install and configure snaps-boot on the build server and then mange the install and post configuration options.
This can be replaced with an Ansible playbook. Many of the sub tasks already use Ansible.
Have one or more master playbook to install the servers.
We should be able to install snaps-boot on a build server, install the servers, set the static IP, configure hugepages and cpuisolation from one playbook.
The text was updated successfully, but these errors were encountered: