StarlingX Ansible Playbooks
Go to file
Tee Ngo c7390f6300 Update repo README, add compatibility check, sample config files
In this commit:
  - Add execution environment, required additional packages,
    supported software releases, and links to Ansible installation
    as well as StarlingX deployment guides to repo README.rst
  - Add check for supported host software versions to bootstrap playbook
  - Add example files for a sample setup of 2 hosts, a site.yml and a
    secret file which the users can copy to the location of their
    choice and customize to suit their remote bootstrap requirements.

Story: 2004695
Task: 34753
Change-Id: I400021a5a460e1686ef717632c70123b2a93064a
Signed-off-by: Tee Ngo <tee.ngo@windriver.com>
2019-06-27 08:11:58 -04:00
examples/remote Update repo README, add compatibility check, sample config files 2019-06-27 08:11:58 -04:00
playbookconfig Update repo README, add compatibility check, sample config files 2019-06-27 08:11:58 -04:00
.gitignore Fixing up tox -e cover for stx-config 2018-12-20 08:53:15 -06:00
.gitreview Added .gitreview 2019-06-15 14:03:07 -05:00
.yamllint Enable yamllint for ansible playbook .yml files 2019-06-24 13:27:26 -05:00
.zuul.yaml Initial zuul / TOX setup 2019-06-15 14:03:17 -05:00
centos_iso_image.inc Clean up repo import 2019-06-15 14:21:19 -05:00
centos_pkg_dirs Clean up repo import 2019-06-15 14:21:19 -05:00
CONTRIBUTORS.wrs Clean up repo import 2019-06-15 14:21:19 -05:00
LICENSE Clean up repo import 2019-06-15 14:21:19 -05:00
README.rst Update repo README, add compatibility check, sample config files 2019-06-27 08:11:58 -04:00
test-requirements.txt Initial zuul / TOX setup 2019-06-15 14:03:17 -05:00
tox.ini Enable yamllint for ansible playbook .yml files 2019-06-24 13:27:26 -05:00

stx-ansible-playbooks

StarlingX Bootstrap and Deployment Playbooks

Execution environment

  • Linux like OS (recent Linux based distributions, MacOS, Cygwin)
  • Python 2.7

Additional Required Packages

The playbooks in this repo have been verified with the following versions of Ansible and StarlingX playbooks dependencies:

  • sshpass 1.06
  • python2-ptyprocess 0.5
  • python2-pexpect 4.6
  • ansible 2.7.5

Supported StarlingX Releases

The playbooks in this repo are compatible with the following StarlingX releases:

  • 19.01

Executing StarlingX Playbooks

Executing Bootstrap Playbook

Please refer to StarlingX Deployment Guides, section Configuration controller-0 of the respective system configuration for instructions on how to set up and execute the bootstrap playbook from another host.

References