snaps.git
7 years agoRemoved test class in question from the test builder. 75/29675/4
spisarski [Thu, 2 Mar 2017 22:46:53 +0000 (15:46 -0700)]
Removed test class in question from the test builder.

test_suite_builder#add_openstack_integration_tests() which is
being used to add SNAPS-OO tests to Functest.snaps_smoke test case.

JIRA: SNAPS-39

Change-Id: Ib9d7fea3a132ac29078ce052b5e334c7e5076b61
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoAdded new 3-part image tests to test_suite_builder.py and documented them 69/29569/1
spisarski [Wed, 1 Mar 2017 16:01:07 +0000 (09:01 -0700)]
Added new 3-part image tests to test_suite_builder.py and documented them
in IntegrationTests.rst.

JIRA: SNAPS-32

Change-Id: I20b3917840b5caf26f1a12caf0231f5f0801999d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoMerge "Add support for extra properties in an image"
Steven Pisarski [Wed, 1 Mar 2017 16:00:04 +0000 (16:00 +0000)]
Merge "Add support for extra properties in an image"

7 years agoAdd support for extra properties in an image 41/29441/5
Cristina Pauna [Fri, 24 Feb 2017 14:41:46 +0000 (16:41 +0200)]
Add support for extra properties in an image

This patch adds a new setting for images, extra_properties.
This field is a dict and can be used to create a 3-part image
by setting the kernel_id and the ramdisk_id of the main image.

Unit tests have been added to set some generic property, for
creation of the 3-part image, and for creating an instance
with that 3-part image

JIRA: SNAPS-32

Change-Id: Ifb53d1da1085fcd6429ddc0607c905522db5e8bb
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
7 years agoMerge "Ensuring all instances must have ports/network. Fixing the addition of securit...
Steven Pisarski [Tue, 28 Feb 2017 22:15:41 +0000 (22:15 +0000)]
Merge "Ensuring all instances must have ports/network. Fixing the addition of security groups during server instantiation."

7 years agoEnsuring all instances must have ports/network. 99/29499/1
spisarski [Tue, 28 Feb 2017 21:01:38 +0000 (14:01 -0700)]
Ensuring all instances must have ports/network.
Fixing the addition of security groups during server instantiation.

JIRA: SNAPS-35

Change-Id: Id29b18ba1454538e2cd72ffa33ed3dc47120944f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoAdded Ansible substitution value support for flavor IDs, image IDs, and image_user... 47/29447/3
spisarski [Mon, 27 Feb 2017 17:09:31 +0000 (10:09 -0700)]
Added Ansible substitution value support for flavor IDs, image IDs, and image_user values
to the SNAPS-OO application deploy_venv.py.

Decided to stop raising an exception when ansible cannot properly apply the playbook and
simply logging the problem as a WARN.

Change-Id: I4ae74bbaa80a5d9763cc9352810c1620af3192af
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoImprove way to check instances getting an IP 57/29357/5
jose.lausuch [Fri, 24 Feb 2017 12:08:57 +0000 (13:08 +0100)]
Improve way to check instances getting an IP

JIRA: SNAPS-33

Change-Id: I7f8e0ff80da97f6be6df21b20e0a878f2fc18636
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoMake SNAPS repo installable as a python module 97/29097/2
jose.lausuch [Mon, 20 Feb 2017 16:56:05 +0000 (17:56 +0100)]
Make SNAPS repo installable as a python module

JIRA: SNAPS-29

Change-Id: I180a0ad0db531ba3c32ad35e41381baebd164724
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoMerge "Adding INFO and LICENSE for review"
Aric Gardner [Mon, 20 Feb 2017 18:52:20 +0000 (18:52 +0000)]
Merge "Adding INFO and LICENSE for review"

7 years agoMerge "Added the ability to add in configurable metadata to flavor creation. In order...
Steven Pisarski [Fri, 17 Feb 2017 16:57:24 +0000 (16:57 +0000)]
Merge "Added the ability to add in configurable metadata to flavor creation. In order to properly support standard and DPDK installations, the default metadata value is hw:mem_page_size=any."

7 years agoMerge "Converted existing markdown documentation to RST format. Removed MD versions...
Steven Pisarski [Fri, 17 Feb 2017 16:57:08 +0000 (16:57 +0000)]
Merge "Converted existing markdown documentation to RST format. Removed MD versions. Moved examples directory up one under repo root Moved RST files under docs/how-to-use"

7 years agoMerge "Added the ability to create custom flavors with the deploy_venv.py application."
Steven Pisarski [Fri, 17 Feb 2017 16:56:54 +0000 (16:56 +0000)]
Merge "Added the ability to create custom flavors with the deploy_venv.py application."

7 years agoAdded the ability to create custom flavors with the deploy_venv.py application. 73/28873/3
spisarski [Thu, 16 Feb 2017 21:41:25 +0000 (14:41 -0700)]
Added the ability to create custom flavors with the deploy_venv.py application.

JIRA: SNAPS-3

CableLabs JIRA SNAPS-155

Change-Id: Ic1c07b7d75e04578495cb2f2881798da4c2571a2
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoAccidentally checked in changes to this file. 71/28971/1
spisarski [Fri, 17 Feb 2017 16:27:23 +0000 (09:27 -0700)]
Accidentally checked in changes to this file.

Change-Id: I10565206e81a2d960e42c808345e91c32cc4b57c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoAdded the ability to add in configurable metadata to flavor creation. 67/28967/1
spisarski [Fri, 17 Feb 2017 16:21:59 +0000 (09:21 -0700)]
Added the ability to add in configurable metadata to flavor creation.
In order to properly support standard and DPDK installations, the
default metadata value is hw:mem_page_size=any.

JIRA: SNAPS-28
JIRA: FUNCTEST-737

Change-Id: Ic882e8f85a97320d65ede3d6a00735a909a4ead2
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoConverted existing markdown documentation to RST format. 43/28743/4
spisarski [Wed, 15 Feb 2017 19:07:07 +0000 (12:07 -0700)]
Converted existing markdown documentation to RST format.
Removed MD versions.
Moved examples directory up one under repo root
Moved RST files under docs/how-to-use

Change-Id: I4137b8591e4ae63e40674a7f5f8243d928efee0c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoInitial patch with all code from CableLabs repository. 27/28727/1
spisarski [Wed, 15 Feb 2017 16:13:54 +0000 (09:13 -0700)]
Initial patch with all code from CableLabs repository.

Change-Id: I70a2778718c5e7f21fd14e4ad28c9269d3761cc7
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoAdding INFO and LICENSE for review 47/28647/1
Aric Gardner [Tue, 14 Feb 2017 19:08:23 +0000 (14:08 -0500)]
Adding INFO and LICENSE for review

Change-Id: I028dc92b441aa81f9f1538fab229162f9a30bd8e
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
7 years agoInitial empty repository
Aric Gardner [Tue, 14 Feb 2017 19:08:16 +0000 (19:08 +0000)]
Initial empty repository