snaps.git
6 years agoMerge "Changed heat_utils#get_stack_by_name to get_stack."
Steven Pisarski [Wed, 2 Aug 2017 15:35:13 +0000 (15:35 +0000)]
Merge "Changed heat_utils#get_stack_by_name to get_stack."

6 years agoFixed logging out the OSCreds. 23/38523/1
spisarski [Tue, 1 Aug 2017 13:43:27 +0000 (07:43 -0600)]
Fixed logging out the OSCreds.

Change-Id: Id5675ff37c1d7e98eceb923194f190e2d5bc1d4d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Changed keystone_utils#get_project to accept settings"
Steven Pisarski [Tue, 1 Aug 2017 13:34:39 +0000 (13:34 +0000)]
Merge "Changed keystone_utils#get_project to accept settings"

6 years agoMerge "Added image_settings parameter to get_image()."
Steven Pisarski [Tue, 1 Aug 2017 13:34:25 +0000 (13:34 +0000)]
Merge "Added image_settings parameter to get_image()."

6 years agoFixed failing router test on Aricent pod. 85/38485/1
spisarski [Mon, 31 Jul 2017 21:13:33 +0000 (15:13 -0600)]
Fixed failing router test on Aricent pod.

Removed project ID from network lookup for the router_external
network as the test test_create_router_admin_user_to_new_project()
as the OpenStackRouter object was including its own project ID to
the API call causing the network lookup to fail.
Note: this is the only pod where this bug has reared it's ugly head.

Change-Id: I159252b3f3c3bc418f9947710e9e97d8471ec538
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoChanged keystone_utils#get_project to accept settings 81/38481/1
spisarski [Mon, 31 Jul 2017 20:48:39 +0000 (14:48 -0600)]
Changed keystone_utils#get_project to accept settings

Added project_settings parameter to allow for more robust
queries based on the known settings as required.

JIRA: SNAPS-159

Change-Id: I56ecf0cc34bbb91c4cfe2afe83971b614ec80a39
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoChanged heat_utils#get_stack_by_name to get_stack. 67/38467/1
spisarski [Mon, 31 Jul 2017 18:26:19 +0000 (12:26 -0600)]
Changed heat_utils#get_stack_by_name to get_stack.

Added stack_settings parameter to allow for more robust
queries based on the known settings as required.

JIRA: SNAPS-158

Change-Id: I538826f822307365b1afe997b71280b9ea500eab
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoAdded image_settings parameter to get_image(). 61/38461/1
spisarski [Mon, 31 Jul 2017 16:36:57 +0000 (10:36 -0600)]
Added image_settings parameter to get_image().

With the ImageSettings object, was able to add logic to
filter on the image format field in addition to the name.

JIRA: SNAPS-157

Change-Id: I6fc51a9d4d03dc9971005ee738e6592d8ed70485
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoAttempt to fix domain support. 47/38347/5
spisarski [Fri, 28 Jul 2017 14:37:35 +0000 (08:37 -0600)]
Attempt to fix domain support.

The prior code treated *_domain_name & *_domain_id the same
where the ID was taken first and the name was used as the
fallback which was incorrect. This patch treats the name and
ID fields as separate members.

JIRA: SNAPS-154

Change-Id: I5219863de597c4db24579f4af74ece2d648b2b07
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Remove TODOs from create_router.py"
Steven Pisarski [Mon, 31 Jul 2017 13:53:46 +0000 (13:53 +0000)]
Merge "Remove TODOs from create_router.py"

6 years agoRemove TODOs from create_router.py 61/38361/1
spisarski [Fri, 28 Jul 2017 19:48:06 +0000 (13:48 -0600)]
Remove TODOs from create_router.py

Determined not to support the optional router attributes:
'enable_snat' & 'external_fixed_ips' at this time.

JIRA: SNAPS-150

Change-Id: I68445fb055668f4cb5f2a2ff80499da0f4160043
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoRemoved floating IP list from OpenStackVmInstance. 57/38357/1
spisarski [Fri, 28 Jul 2017 16:40:49 +0000 (10:40 -0600)]
Removed floating IP list from OpenStackVmInstance.

There was a list and dict both holding the same floating IP
objects which has been problematic especially when trying
to initialize the object with a VM instance that already
exists.

JIRA: SNAPS-149

Change-Id: If4af6dfef04a40b9c8cd7a8add484c9ec03f1ef8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoEnsure library and tests close all necessary resources. 93/38293/1
spisarski [Thu, 27 Jul 2017 16:27:14 +0000 (10:27 -0600)]
Ensure library and tests close all necessary resources.

The SNAPS-OO library and tests had left open files, ssh, and scp
connections. These have all now been wrapped with try/finally
blocks.

JIRA: SNAPS-152

Change-Id: I43e09978b5c075bd78ff3279c0799556b8758878
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Changes to enable overriding the OSCreds for tests."
Steven Pisarski [Thu, 27 Jul 2017 15:21:30 +0000 (15:21 +0000)]
Merge "Changes to enable overriding the OSCreds for tests."

6 years agoMerge "Expand OpenStackSecurityGroup class tests."
Steven Pisarski [Thu, 27 Jul 2017 14:38:50 +0000 (14:38 +0000)]
Merge "Expand OpenStackSecurityGroup class tests."

6 years agoMerge "Expanded project creation tests and validation."
Steven Pisarski [Thu, 27 Jul 2017 14:38:41 +0000 (14:38 +0000)]
Merge "Expanded project creation tests and validation."

6 years agoMerge "Added configuration for keypair size."
Steven Pisarski [Thu, 27 Jul 2017 14:38:25 +0000 (14:38 +0000)]
Merge "Added configuration for keypair size."

6 years agoChanges to enable overriding the OSCreds for tests. 81/38281/1
spisarski [Thu, 27 Jul 2017 14:21:01 +0000 (08:21 -0600)]
Changes to enable overriding the OSCreds for tests.

JIRA: FUNCTEST-847

Change-Id: I36d1add82cdb13a2c8252495fd6df8e05dab837b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdated docs for the OSCreds class 27/38227/1
spisarski [Wed, 26 Jul 2017 21:20:53 +0000 (15:20 -0600)]
Updated docs for the OSCreds class

JIRA: SNAPS-122

Change-Id: Id57f8830f7e87c513179de307130c76cb28f22a8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoExpand OpenStackSecurityGroup class tests. 25/38225/1
spisarski [Wed, 26 Jul 2017 21:12:16 +0000 (15:12 -0600)]
Expand OpenStackSecurityGroup class tests.

Improved validation and added another test case.

JIRA: SNAPS-148

Change-Id: I249ac0fcce502dd91c82cc2bfb54ca22da5e33bb
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoExpanded project creation tests and validation. 19/38219/1
spisarski [Wed, 26 Jul 2017 17:43:04 +0000 (11:43 -0600)]
Expanded project creation tests and validation.

JIRA: SNAPS-147

Change-Id: I16eb1ab9f976daf4195a47b04ce5b8b8ba931497
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoComment housekeeping... 97/38197/1
spisarski [Wed, 26 Jul 2017 15:23:01 +0000 (09:23 -0600)]
Comment housekeeping...

Change-Id: I917470cb4bd29f93512cce7eead89824f2326678
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoRemoved TODO from comment about the physical network value. 95/38195/1
spisarski [Wed, 26 Jul 2017 15:10:32 +0000 (09:10 -0600)]
Removed TODO from comment about the physical network value.

JIRA: SNAPS-123

Change-Id: Ie4085a35816a78cb5b4b910d52ddccaf6b102b1f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoRemoved TODO comment from lanucher app. 93/38193/1
spisarski [Wed, 26 Jul 2017 14:58:31 +0000 (08:58 -0600)]
Removed TODO comment from lanucher app.

Determined that the potential issue was not one.

JIRA: SNAPS-123

Change-Id: I171f0f959e77489c24b5c9ab6e225a129ff1cc93
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoRemoved TODO comment from sample playbook. 91/38191/1
spisarski [Wed, 26 Jul 2017 14:56:01 +0000 (08:56 -0600)]
Removed TODO comment from sample playbook.

Change-Id: I124bc707dfa18fb0076eb9b070b3f1f4bf0b7172
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoAdded configuration for keypair size. 89/38189/1
spisarski [Wed, 26 Jul 2017 14:50:27 +0000 (08:50 -0600)]
Added configuration for keypair size.

Removed hardcoded key byte value of 1024 and added the abiltiy
for the user to define their key size.

JIRA: SNAPS-20

Change-Id: I81654420e558aae8a03bed902bb8be8f025b992c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoAdded region support. 05/38105/2
spisarski [Tue, 25 Jul 2017 20:40:09 +0000 (14:40 -0600)]
Added region support.

Added region_name attribute to OSCreds
Added region_name to neutron, nova, glance, heat, and keystone
client retrieval
Fixed false positive heat connection test.

JIRA: SNAPS-50 & SNAPS-146

Change-Id: If3471ed7a2bdd0e6bfc281455c996386d031235d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Added validation router is attached to the external network."
Steven Pisarski [Tue, 25 Jul 2017 13:22:36 +0000 (13:22 +0000)]
Merge "Added validation router is attached to the external network."

6 years agoMerge "Added keypair config for key file deletion."
Steven Pisarski [Tue, 25 Jul 2017 13:22:27 +0000 (13:22 +0000)]
Merge "Added keypair config for key file deletion."

6 years agoMerge "Updated docs."
Steven Pisarski [Tue, 25 Jul 2017 13:22:17 +0000 (13:22 +0000)]
Merge "Updated docs."

6 years agoAdded validation router is attached to the external network. 19/38019/1
spisarski [Mon, 24 Jul 2017 21:34:44 +0000 (15:34 -0600)]
Added validation router is attached to the external network.

Verifying that the external network's ID is the same as the 'network_id'
value in router.external_gateway_info.

JIRA: SNAPS-145

Change-Id: I60795c69679f6e439e6e102115e228a65572db52
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoAdded keypair config for key file deletion. 13/38013/1
spisarski [Mon, 24 Jul 2017 21:15:51 +0000 (15:15 -0600)]
Added keypair config for key file deletion.

Added KeypairSetting attribute named 'delete_on_clean' which is used
to override the keypair creator's logic for deleting its associated
public/private key files.

JIRA: SNAPS-105

Change-Id: I337db99daa6bf7d4b42e8729a92a4baef5c73140
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoUpdated docs. 11/38011/1
spisarski [Mon, 24 Jul 2017 20:10:26 +0000 (14:10 -0600)]
Updated docs.

JIRA: SNAPS-122

Change-Id: I499971ac47c5d6b15d7895f1a7abc3a3e8290b3b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoFixed problems when setting the OpenStack project ID. 05/38005/1
spisarski [Mon, 24 Jul 2017 17:27:59 +0000 (11:27 -0600)]
Fixed problems when setting the OpenStack project ID.

There were several calls to retrieve the project ID that required
named parameters which was causing the utility function to always
return None. Additionally, when creating the dict() required by the
Neutron create API 'body' parameter key 'project_id' is not supported
and still uses 'tenant_id'.

As these problems should have been found earlier, this patch also
extends the tests for networks, subnets, ports, and security groups
to use 'tenant_id' rather than 'project_id'.

JIRA: SNAPS-143

Change-Id: Ic69e56145ea6070718d821edd22a1d0f9970995d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Default OSCreds cacert attribute to False."
Steven Pisarski [Mon, 24 Jul 2017 15:24:06 +0000 (15:24 +0000)]
Merge "Default OSCreds cacert attribute to False."

6 years agoMerge "Fixed potential problems with image creation exceptions."
Steven Pisarski [Mon, 24 Jul 2017 15:11:10 +0000 (15:11 +0000)]
Merge "Fixed potential problems with image creation exceptions."

6 years agoMerge "Remove temporary directory created for tests."
Steven Pisarski [Mon, 24 Jul 2017 15:10:42 +0000 (15:10 +0000)]
Merge "Remove temporary directory created for tests."

6 years agoMerge "Created new exceptions for security group settings"
Steven Pisarski [Mon, 24 Jul 2017 15:10:18 +0000 (15:10 +0000)]
Merge "Created new exceptions for security group settings"

6 years agoMerge "Created new classes RouterSettingsError & RouterCreationError."
Steven Pisarski [Mon, 24 Jul 2017 15:09:03 +0000 (15:09 +0000)]
Merge "Created new classes RouterSettingsError & RouterCreationError."

6 years agoMerge "Created new class ProjectSettingsError."
Steven Pisarski [Mon, 24 Jul 2017 15:08:30 +0000 (15:08 +0000)]
Merge "Created new class ProjectSettingsError."

6 years agoFixed potential problems with image creation exceptions. 73/37873/2
spisarski [Thu, 20 Jul 2017 17:08:31 +0000 (11:08 -0600)]
Fixed potential problems with image creation exceptions.

With Glance client v2, it appears that rolling back on image
creation error was sending in an OpenStack image object into
the delete_image() function where it should have been expecting
a SNAPS-OO Image domain object.
Also added log messages to help expose other potential issues
if this patch does not address the root problem at hand.

JIRA: SNAPS-139

Change-Id: I52591ff1d055ddf4eacbbc49b3bc8718285edcfa
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Refactor glance_utils.py v1 image creation."
Steven Pisarski [Mon, 24 Jul 2017 15:03:23 +0000 (15:03 +0000)]
Merge "Refactor glance_utils.py v1 image creation."

6 years agoAdded and improved flavor creation tests. 53/37953/1
spisarski [Sat, 22 Jul 2017 00:45:31 +0000 (18:45 -0600)]
Added and improved flavor creation tests.

JIRA: SNAPS-142

Change-Id: I9c3cf5202a551f7b137648e95359f0adeb831101
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoRefactor glance_utils.py v1 image creation. 47/37947/1
spisarski [Fri, 21 Jul 2017 21:59:22 +0000 (15:59 -0600)]
Refactor glance_utils.py v1 image creation.

Replace 4 blocks using named parameters with on call to
create() with kwargs.

JIRA: SNAPS-141

Change-Id: I1268877a8524bb25a7f605f583ace9602f5a9c1b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoRemove temporary directory created for tests. 39/37939/1
spisarski [Fri, 21 Jul 2017 17:37:15 +0000 (11:37 -0600)]
Remove temporary directory created for tests.

JIRA: SNAPS-140

Change-Id: I9e15ca43f644cc86539bb09a32a59801eb689a29
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated new classes RouterSettingsError & RouterCreationError. 31/37931/2
spisarski [Fri, 21 Jul 2017 14:18:11 +0000 (08:18 -0600)]
Created new classes RouterSettingsError & RouterCreationError.

Raising RouterSettingsError in RouterSettings and RouterCreationError in
OpenStackRouter instead of Exception.

JIRA: SNAPS-136

Change-Id: I3ba4824ea80ccfc07b1f15959898936d51bca1de
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoDefault OSCreds cacert attribute to False. 37/37937/3
spisarski [Fri, 21 Jul 2017 15:43:08 +0000 (09:43 -0600)]
Default OSCreds cacert attribute to False.

The default of True causes more problems than False when
dealing with unsecure and secure (HTTPS) API calls.
This was issue was found while testing against the new OPNFV
CI test pod running Pike.

JIRA: SNAPS-80

Change-Id: I819b4f64fa637bb7ce53c58a7a1164600ff6a3b9
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated new exceptions for security group settings 35/37935/1
spisarski [Fri, 21 Jul 2017 14:27:22 +0000 (08:27 -0600)]
Created new exceptions for security group settings

Raising SecurityGroupSettingsError in SecurityGroupSettings
and SecurityGroupRuleSettingsError in SecurityGroupRuleSettings
instead of Exception.

JIRA: SNAPS-137

Change-Id: I959ffe9a247dc9adffbef460119ba94ad86fd3f0
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated new class ProjectSettingsError. 29/37929/1
spisarski [Fri, 21 Jul 2017 14:08:30 +0000 (08:08 -0600)]
Created new class ProjectSettingsError.

Raising ProjectSettingsError in ProjectSettings instead of Exception.

JIRA: SNAPS-135

Change-Id: I5169dd196775453466ea8d7fe9fa0c8d82b2382a
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Created new exception classes for networks."
Steven Pisarski [Fri, 21 Jul 2017 13:34:36 +0000 (13:34 +0000)]
Merge "Created new exception classes for networks."

6 years agoMerge "Created new class KeypairSettingsError."
Steven Pisarski [Fri, 21 Jul 2017 13:34:27 +0000 (13:34 +0000)]
Merge "Created new class KeypairSettingsError."

6 years agoMerge "Changes required for running CI tests (Pike pod)."
Steven Pisarski [Fri, 21 Jul 2017 13:34:14 +0000 (13:34 +0000)]
Merge "Changes required for running CI tests (Pike pod)."

6 years agoCreated new exception classes for networks. 83/37883/1
spisarski [Thu, 20 Jul 2017 21:15:55 +0000 (15:15 -0600)]
Created new exception classes for networks.

Raising NetworkSettingsError in NetworkSettings, SubnetSettingsError in
SubnetSettings and PortSettingsError in PortSettings instead of Exception.

JIRA: SNAPS-134

Change-Id: I724d9e115e41767a9e3596d85db2a20ee8de5f73
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoChanges required for running CI tests (Pike pod). 91/37691/8
spisarski [Tue, 18 Jul 2017 15:37:07 +0000 (09:37 -0600)]
Changes required for running CI tests (Pike pod).

Added support for HTTPS proxies
HTTPS OSCreds settings for both RC file and os_env.yaml
OSCreds 'cacert' T/F and cert file path support
OSCreds API version support cleanup including the addition
of heat
Added more OSCreds test validations
Disabling of InsecureRequestWarning
PEP8 line width refactoring
heat_utils_test.py fix when stack status is error
test suite for CI
removed default flavor metadata of mem_page_size: Any to None

JIRA: SNAPS-80

Change-Id: I333e83ca79d7403bf43a9b74da4c072b4da976ba
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated new class KeypairSettingsError. 75/37875/1
spisarski [Thu, 20 Jul 2017 17:20:13 +0000 (11:20 -0600)]
Created new class KeypairSettingsError.

Raising KeypairSettingsError in KeypairSettings instead of Exception.

JIRA: SNAPS-133

Change-Id: Ie67f1da429f7d7a5e1c71c4f2f30bf9d11bbe209
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Created custom exceptions for VM instance creation."
Steven Pisarski [Thu, 20 Jul 2017 15:57:05 +0000 (15:57 +0000)]
Merge "Created custom exceptions for VM instance creation."

6 years agoMerge "Created new class FlavorSettingsError."
Steven Pisarski [Thu, 20 Jul 2017 15:56:58 +0000 (15:56 +0000)]
Merge "Created new class FlavorSettingsError."

6 years agoFixed logger name. 67/37867/1
spisarski [Thu, 20 Jul 2017 14:42:29 +0000 (08:42 -0600)]
Fixed logger name.

Logger was named incorrectly causing confusion.

Change-Id: I2e2fdae3a96d57036ea7d0aea8e2c2943f09de70
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated custom exceptions for VM instance creation. 99/37699/1
spisarski [Tue, 18 Jul 2017 17:22:03 +0000 (11:22 -0600)]
Created custom exceptions for VM instance creation.

Created VmInstanceSettingsError for errors creating VmInstanceSettings
objects
Created FloatingIpSettingsError for errors creating FloatingIpSettings
objects
Created VmInstanceCreationError for errors creating VM instances

JIRA: SNAPS-132

Change-Id: I588ae34bf066c8440755a8bf4f3721b946533d99
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated new class FlavorSettingsError. 95/37695/1
spisarski [Tue, 18 Jul 2017 16:09:36 +0000 (10:09 -0600)]
Created new class FlavorSettingsError.

Raising FlavorSettingsError in FlavorSettings instead of Exception.

JIRA: SNAPS-131

Change-Id: I1cbd077f97bd9294e7bb87fc51c4125d0ef23f42
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Added proper assertion config NIC test."
Steven Pisarski [Tue, 18 Jul 2017 13:48:52 +0000 (13:48 +0000)]
Merge "Added proper assertion config NIC test."

6 years agoMerge "Created new class AnsibleException."
Steven Pisarski [Tue, 18 Jul 2017 13:48:30 +0000 (13:48 +0000)]
Merge "Created new class AnsibleException."

6 years agoMerge "Created new class NovaException."
Steven Pisarski [Tue, 18 Jul 2017 13:48:14 +0000 (13:48 +0000)]
Merge "Created new class NovaException."

6 years agoMerge "Created new class NeutronException."
Steven Pisarski [Tue, 18 Jul 2017 13:47:58 +0000 (13:47 +0000)]
Merge "Created new class NeutronException."

6 years agoCreated new class AnsibleException. 41/37641/1
spisarski [Mon, 17 Jul 2017 16:21:02 +0000 (10:21 -0600)]
Created new class AnsibleException.

Raising AnsibleException in ansible_utils.py instead of Exception.

JIRA: SNAPS-130

Change-Id: I72d7ea3779c9644559ae7dc4dbb26edc4da20594
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoAdded proper assertion config NIC test. 39/37639/1
spisarski [Mon, 17 Jul 2017 16:14:23 +0000 (10:14 -0600)]
Added proper assertion config NIC test.

The test that exercises the OpenStackVmInstance class config_nic()
now checks the Ansible return code.

JIRA: SNAPS-124

Change-Id: I7840cd53eea2eacf7952d14be30870c8fa3aeab8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated new class NovaException. 37/37637/1
spisarski [Mon, 17 Jul 2017 15:28:24 +0000 (09:28 -0600)]
Created new class NovaException.

Raising NovaException in nova_utils.py instead of Exception.

Change-Id: I9564e43352114df18bccc794a5cd57e20880085f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoLast task necessary to stop users from easily obtaining OS objects. 41/37541/2
spisarski [Fri, 14 Jul 2017 19:28:37 +0000 (13:28 -0600)]
Last task necessary to stop users from easily obtaining OS objects.

Changed external interfaces still exposing OpenStack created APIs to
either return SNAPS-OO domain objects or objects contained on the
OpenStack generated objects as to not leak implementation details that
would eventually break the library when new API versions are released.

JIRA: SNAPS-125

Change-Id: Iab6d6d298c4c5da68daed4b1b252313a1595a295
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Created new class KeystoneException"
Steven Pisarski [Mon, 17 Jul 2017 15:14:04 +0000 (15:14 +0000)]
Merge "Created new class KeystoneException"

6 years agoCreated new class KeystoneException 47/37547/2
spisarski [Fri, 14 Jul 2017 21:44:23 +0000 (15:44 -0600)]
Created new class KeystoneException

Raising KeystoneException in keystone_utils.py instead of Exception

JIRA: SNAPS-127

Change-Id: Ife37c9df79c5c85dfdb07e239268c05b7c9a91bd
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated new class GlanceException. 45/37545/2
spisarski [Fri, 14 Jul 2017 21:33:17 +0000 (15:33 -0600)]
Created new class GlanceException.

Raising GlanceException in glance_utils.py instead of Exception.

JIRA: SNAPS-126

Change-Id: I11b2d9a1ff439c1a4a52b4be30584fe8af877c73
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated new class NeutronException. 35/37635/1
spisarski [Mon, 17 Jul 2017 15:09:12 +0000 (09:09 -0600)]
Created new class NeutronException.

Raising NeutronException in neutron_utils.py instead of Exception.

JIRA: SNAPS-128

Change-Id: I567db38a5dfcaae9bbfc6c74558521b0e28d9d46
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated domain classes for networks and subnets. 39/37439/1
spisarski [Thu, 13 Jul 2017 20:34:01 +0000 (14:34 -0600)]
Created domain classes for networks and subnets.

Created Network and Subnet domain classes so neutron_utils.py functions
returning these types of objects will not be leaking out implementation
details as each API version can change these data structures which is now
being handled by the SNAPS neutron utility.

JIRA: SNAPS-113

Change-Id: Id95dd0f8c2618c20a1a73a428abb95686dfa8251
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Created domain class for routers."
Steven Pisarski [Thu, 13 Jul 2017 19:55:08 +0000 (19:55 +0000)]
Merge "Created domain class for routers."

6 years agoCreated domain class for routers. 13/37413/1
spisarski [Thu, 13 Jul 2017 15:02:40 +0000 (09:02 -0600)]
Created domain class for routers.

Created Router domain class so neutron_utils.py functions returning
router objects will not be leaking out implementation details as each
API version can change these data structures and this should all be
handled by the SNAPS neutron utility.

JIRA: SNAPS-115 & SNAPS-14

Change-Id: Ib6d36a735d835a6ed4ede489b14e33a261458fed
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated domain class for roles. 97/37397/1
spisarski [Thu, 13 Jul 2017 14:15:40 +0000 (08:15 -0600)]
Created domain class for roles.

Create Role domain class so keystone_utils.py functions returning
role objects will not be leaking out implementation details as each
API version can change these data structures and this should all be
handled by the SNAPS neutron utility.

JIRA: SNAPS-119

Change-Id: I6918a45c1c414ee6b104ec36e63c540d6f656e30
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated domain class for ports. 73/37273/2
spisarski [Wed, 12 Jul 2017 17:14:57 +0000 (11:14 -0600)]
Created domain class for ports.

Create Port domain class so neutron_utils.py functions returning
port objects will not be leaking out implementation details as each
API version can change these data structures and this should all be
handled by the SNAPS neutron utility.

JIRA: SNAPS-118

Change-Id: If031a094a9da284e2838691c3b3490359f710c61
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCrteated domain class for projects. 65/37265/3
spisarski [Wed, 12 Jul 2017 14:34:14 +0000 (08:34 -0600)]
Crteated domain class for projects.

Created Project domain class so keystone_utils.py functions returning
project objects will not be leaking out implementation details as each
API version can change these data structures and this should all be
handled by the SNAPS keystone utility.

JIRA: SNAPS-114

Change-Id: Id7bce929604278c8228622161eba1838ecd5e067
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoFix the unittest of get_endpoint 71/37171/2
Linda Wang [Tue, 11 Jul 2017 10:16:59 +0000 (10:16 +0000)]
Fix the unittest of get_endpoint

The endpoints according to interface may be same or different
on different deployment, which depends on the configuration
during the deployment.

Change-Id: Id2127a3c3fe0eca4b10a98c548d10391912f9610
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoMerge "Created domain classes for security groups."
Steven Pisarski [Wed, 12 Jul 2017 13:24:02 +0000 (13:24 +0000)]
Merge "Created domain classes for security groups."

6 years agoMerge "Added ability to add a user to a role."
Steven Pisarski [Wed, 12 Jul 2017 13:23:32 +0000 (13:23 +0000)]
Merge "Added ability to add a user to a role."

6 years agoDemo script to show how to use the library. 11/37211/1
spisarski [Tue, 11 Jul 2017 20:56:39 +0000 (14:56 -0600)]
Demo script to show how to use the library.

Change-Id: Ibe491b6e0f64aa751baf4006d6e3df1e571961d8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated domain classes for security groups. 03/37203/2
spisarski [Tue, 11 Jul 2017 18:08:53 +0000 (12:08 -0600)]
Created domain classes for security groups.

Created SecurityGroup and SecurityGroupRule classes so the neutron_utils
for security groups will be returning objects of these types instead of
the OpenStack objects returned by the API calls.

JIRA: SNAPS-116

Change-Id: I76ed1f85f7d54b984fc6f6ac28cee7680a1109e5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoAdded ability to add a user to a role. 79/37079/6
spisarski [Fri, 7 Jul 2017 21:26:24 +0000 (15:26 -0600)]
Added ability to add a user to a role.

This functionality was requested as the SNAPS-OO integration tests
currently have the ability to run these tests in custom projects with
custom users and certain OpenStack installations are not allowing
some of the integration tests functions unless the new user has been
added to the 'admin' role.

Change-Id: I255cfa089a14bbcb434a6cd33b2a1dfae66206b5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Allow ssh when testing via ansible"
Steven Pisarski [Tue, 11 Jul 2017 13:26:43 +0000 (13:26 +0000)]
Merge "Allow ssh when testing via ansible"

6 years agoAllow ssh when testing via ansible 37/37137/1
Cédric Ollivier [Mon, 10 Jul 2017 22:03:28 +0000 (00:03 +0200)]
Allow ssh when testing via ansible

Change-Id: I5a518242fec9c3434040bbfa0d725e16068cff25
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoFixed stack create status check on error. 35/37135/1
spisarski [Mon, 10 Jul 2017 21:34:40 +0000 (15:34 -0600)]
Fixed stack create status check on error.

Was checking for the status string of "ERROR" when "CREATE_FAILED"
should have been used. This bug caused the heat stack test to hang
instead of raising an exception.

Change-Id: I91e04d58bed083fd8b93ec908c766c0ddc4828de
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Changed validation logic to check for DHCP lease before SSH connection."
Steven Pisarski [Mon, 10 Jul 2017 18:36:54 +0000 (18:36 +0000)]
Merge "Changed validation logic to check for DHCP lease before SSH connection."

6 years agoChanged validation logic to check for DHCP lease before SSH connection. 27/37127/1
spisarski [Mon, 10 Jul 2017 15:51:28 +0000 (09:51 -0600)]
Changed validation logic to check for DHCP lease before SSH connection.

Change-Id: Ifa5c481963d0a9607107465915eb7ab12501e21d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoFix get_endpoint 23/37023/5
Linda Wang [Thu, 6 Jul 2017 16:01:32 +0000 (16:01 +0000)]
Fix get_endpoint

One specific service type has the same endpoint url if interface is admin
or internal, while it is different from that with public interface, except
the admin and internal endpoint url for service identity has same ip but
different ports.

Change-Id: I19c260222286d8b4aa3f0d3b7d273e192b13a96b
Signed-off-by: Linda Wang <wangwulin@huawei.com>
6 years agoCreated domain object for users. 35/37035/2
spisarski [Thu, 6 Jul 2017 20:28:49 +0000 (14:28 -0600)]
Created domain object for users.

OpenStack implementation details were leaking out into the
user creator.

JIRA: SNAPS-117

Change-Id: I67c77c75055b37819512d1e7712925b839fbc047
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated domain object for keypairs. 33/37033/3
spisarski [Thu, 6 Jul 2017 20:03:54 +0000 (14:03 -0600)]
Created domain object for keypairs.

OpenStack implementation details were leaking out into the
keypair creator.

JIRA: SNAPS-112

Change-Id: Idd22ca9f8ebec7b21c337ca003e01169efec34cb
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Created domain object for flavors."
Steven Pisarski [Fri, 7 Jul 2017 13:56:37 +0000 (13:56 +0000)]
Merge "Created domain object for flavors."

6 years agoCompleted tests for creating networks of different types. 37/37037/1
spisarski [Thu, 6 Jul 2017 21:03:35 +0000 (15:03 -0600)]
Completed tests for creating networks of different types.

Change-Id: I33601da3f51d7acc60bd646e1d783a07afd8ea45
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoCreated domain object for flavors. 29/37029/2
spisarski [Thu, 6 Jul 2017 19:09:46 +0000 (13:09 -0600)]
Created domain object for flavors.

OpenStack implementation details were leaking out into the
flavor creator.

JIRA: SNAPS-111

Change-Id: I59a77d02e30065a7f4560e74295b2084a83686df
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoAdded support for using '~' for SSH key location. 27/37027/1
spisarski [Thu, 6 Jul 2017 17:58:52 +0000 (11:58 -0600)]
Added support for using '~' for SSH key location.

While testing changes, fixed problems found with querying for
floating IPs which also required adding network data to the
VMInst domain object.

JIRA: SNAPS-85

Change-Id: I0ecf3a6885ce84fe14c4a6db09269c56dc0ad9fc
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMaking test user password dynamic for testing against secure pods. 81/36981/1
spisarski [Wed, 5 Jul 2017 17:35:13 +0000 (11:35 -0600)]
Making test user password dynamic for testing against secure pods.

Change-Id: I7c281062fc89a2ff4721e6bee9e90042c59273c5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Refactor OSCreds to leverage kwargs instead of named parameters."
Steven Pisarski [Wed, 5 Jul 2017 17:08:43 +0000 (17:08 +0000)]
Merge "Refactor OSCreds to leverage kwargs instead of named parameters."

6 years agoRefactor OSCreds to leverage kwargs instead of named parameters. 63/36663/7
spisarski [Wed, 28 Jun 2017 15:20:13 +0000 (09:20 -0600)]
Refactor OSCreds to leverage kwargs instead of named parameters.

JIRA: SNAPS-109

Change-Id: I423ede964cce9fc3b4e5b27f1e8f0dd7603d9ff1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
6 years agoMerge "Add a warning of keypair creation"
Steven Pisarski [Wed, 5 Jul 2017 13:57:58 +0000 (13:57 +0000)]
Merge "Add a warning of keypair creation"