diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-06-15 16:29:35 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-07-30 09:02:56 +0000 |
commit | a879e2a54e0641b692202d417021f1824032b123 (patch) | |
tree | bfd772a87544023cbe0315eebaa69d1fcaac6256 /deployment/noheat/infra-openstack/HACKING | |
parent | 3d9bd5abfcb9bf55e3dd1b53cb3b6bc4bd45c0d1 (diff) |
Add Ansible roles for OpenStack network
This patch also adds Vagrant provisioners for creating and destroying
OpenStack infrastructure. These are set to never run (unless explicitly
called by the operator) because DevStack instance on a separate machine
might not be ready to provide OpenStack API.
This patch is based on previous work by:
Krzysztof Opasiak <k.opasiak@samsung.com>
Test harness is based on blog post [1] by:
Chris Morgan <me@chrismorgan.info>
[1] https://chrismorgan.info/blog/make-and-git-diff-test-harness
Issue-ID: INT-1601
Change-Id: I031ca7a5a43cca0258dc0dc9e0339182c431898a
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'deployment/noheat/infra-openstack/HACKING')
-rw-r--r-- | deployment/noheat/infra-openstack/HACKING | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/noheat/infra-openstack/HACKING b/deployment/noheat/infra-openstack/HACKING index d0c1edcc1..dcdc2062e 100644 --- a/deployment/noheat/infra-openstack/HACKING +++ b/deployment/noheat/infra-openstack/HACKING @@ -23,6 +23,7 @@ Summary of changes: - Added password from ``local.conf`` file (used in DevStack instance setup) - Removed ``project_id`` which might change on a new DevStack instance - Replaced ``auth_url`` based on machine's dynamic IP with the static private address +- Added ``project_domain_name`` needed to run Ansible playbooks Installed Python package ``python-openstackclient`` includes key package ``openstacksdk`` as a dependency and provides additional CLI tools. Tool ``pip`` for Python 3 was used for installing |