diff options
author | spisarski <s.pisarski@cablelabs.com> | 2017-12-28 16:09:48 -0700 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2017-12-28 16:09:48 -0700 |
commit | fd6271827bbd82fca4b5b7939da404809e82ae64 (patch) | |
tree | 2ff8736aa7423e98225b322db51f5d116e62ceb7 /docs/how-to-use/IntegrationTests.rst | |
parent | 58ae4e51e160ee243e2761e5bdaf42508d6097dc (diff) |
Enhancements to the SNAPS orchestrator/launcher
Added support for more Ansible substitution values extracted
from OpenStack instances (i.e. subnet broadcast address, router
external IP for gateway configuration, CIDR IP, netmask, etc.)
Removed most try/except blocks to ensure processing does not
continue when a problem should arise
Added the ability to know when cloud-init has completed
Removed nic configuration from OpenStackVmInstance as userdata/
cloud-init/cloud-config should be performing that functionality
Fixed some logging messages
Misc launcher bug fixes
Change-Id: I73e7607ee158cce3d16f9c1c1fc7c32ef5899a1d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'docs/how-to-use/IntegrationTests.rst')
-rw-r--r-- | docs/how-to-use/IntegrationTests.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index df8859f..b7aa864 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -606,16 +606,6 @@ create_instance_tests.py - CreateInstanceFromThreePartImage | | Neutron 2 | delete it when using a 3-part image | +-----------------------------------------------------+---------------+-----------------------------------------------------------+ -create_instance_tests.py - CreateInstancePubPrivNetTests (Staging) ------------------------------------------------------------------- - -+---------------------------------------+---------------+-----------------------------------------------------------+ -| Test Name | API Versions | Description | -+=======================================+===============+===========================================================+ -| test_dual_ports_dhcp | Nova 2 | Ensures that a VM with two ports/NICs can have its second | -| | Neutron 2 | NIC configured via SSH/Ansible after startup | -+---------------------------------------+---------------+-----------------------------------------------------------+ - create_instance_tests.py - CreateInstanceIPv6NetworkTests (Staging) ------------------------------------------------------------------- |