models.git
8 years agoAdd note about nested virtualization. Remove debug step. 97/29497/1
Bryan Sullivan [Tue, 28 Feb 2017 19:19:20 +0000 (11:19 -0800)]
Add note about nested virtualization. Remove debug step.

JIRA: MODELS-23

It may be needed for devstack under a virt-manager VM.

Change-Id: Ie6a0e066db88cba944005cae2107947cd01c9bb9
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoUpdate vHello_Tacker for Danube 55/29455/3
Bryan Sullivan [Mon, 27 Feb 2017 21:08:33 +0000 (13:08 -0800)]
Update vHello_Tacker for Danube

JIRA: MODELS-23

Verified on devstack.
Use current xenial cloud image link.
Tests as part of asserts are not working - refactor.
Correct URL for OPNFV logo.
Fix if statements as needed.
Loop on VNF deletion (response is 0 so can't use that
as success indication).
Increase VNF creation loop timeout.
Use presence of dockerenv as "running in container" indication.

Change-Id: I7cdc0719b1d5bac7cfb90efed9a8ce092a63ec86
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoMerge "Update vHello_Tacker test"
Bryan Sullivan [Thu, 9 Feb 2017 15:42:45 +0000 (15:42 +0000)]
Merge "Update vHello_Tacker test"

8 years agoMerge "Minor editorials in advance of copying intro to other tests."
Bryan Sullivan [Thu, 9 Feb 2017 01:31:09 +0000 (01:31 +0000)]
Merge "Minor editorials in advance of copying intro to other tests."

8 years agoUpdate vHello_Tacker test 23/28323/1
bryan [Thu, 9 Feb 2017 01:25:21 +0000 (17:25 -0800)]
Update vHello_Tacker test

JIRA: MODELS-23
Update comments and usage.
Remove redundant openstack image delete.
Add tacker vim-register --is-default flag.
Add docker install for ubuntu as needed.
Delete start.sh (moved into blueprint user data).

Change-Id: I1e4890a8902d164605b82221c54f7b81bdb57c93
Signed-off-by: bryan <bryan.sullivan@att.com>
8 years agoMinor editorials in advance of copying intro to other tests. 47/28247/1
bryan [Tue, 7 Feb 2017 16:50:27 +0000 (08:50 -0800)]
Minor editorials in advance of copying intro to other tests.

JIRA: MODELS-23

Change-Id: Icea197f32f75f621fc1284ef0634ea37fb74ffca
Signed-off-by: bryan <bryan.sullivan@att.com>
8 years agoMerge "Update vHello_Tacker for Danube/Newton part 2"
Bryan Sullivan [Tue, 7 Feb 2017 16:14:05 +0000 (16:14 +0000)]
Merge "Update vHello_Tacker for Danube/Newton part 2"

8 years agoUpdate vHello_Tacker for Danube/Newton part 2 75/28175/3
bryan [Tue, 7 Feb 2017 06:59:17 +0000 (22:59 -0800)]
Update vHello_Tacker for Danube/Newton part 2

JIRA: MODELS-23
Move install to /opt/tacker.
Update tacker conf.
Various fixes.
Clarify that Ubuntu or Centos can be used for the Tacker install.
Change Mitaka ref to Newton.

Change-Id: I31dd3104de981b3f2fa3a43b28387c764b2392c1
Signed-off-by: bryan <bryan.sullivan@att.com>
8 years agoDocs Update for Danube 13/28013/1
Aimee Ukasick [Sat, 4 Feb 2017 00:38:41 +0000 (18:38 -0600)]
Docs Update for Danube

JIRA: MODELS-2

Change-Id: Ida73d860b68b494d620a7b34aace6a990528582d
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
8 years agoRemove strange lines that creeped in somehow 05/27705/1
Bryan Sullivan [Sun, 29 Jan 2017 20:10:53 +0000 (12:10 -0800)]
Remove strange lines that creeped in somehow

JIRA: MODELS-23

Change-Id: Iecddf7c197c27750b434f2976271a5cd6d17c843
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoFix assertions 03/27703/1
Bryan Sullivan [Sun, 29 Jan 2017 19:56:50 +0000 (11:56 -0800)]
Fix assertions

JIRA: MODELS-23

Change-Id: Ied0d56e4029f364e1ad4f54ee5a53abb276e0c19
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoMerge "Update instructions to include step-by-step"
Bryan Sullivan [Fri, 27 Jan 2017 17:56:48 +0000 (17:56 +0000)]
Merge "Update instructions to include step-by-step"

8 years agoInclude tacker.conf.sample due to issues with tox, etc 57/27557/2
Bryan Sullivan [Wed, 25 Jan 2017 18:21:35 +0000 (10:21 -0800)]
Include tacker.conf.sample due to issues with tox, etc

JIRA: MODELS-23
Change from OSC to specific clients (e.g. neutron) due to
issues with newton version of the OSC.
Add apt-utils install due to not in default Xenial container.
Fix branch selection for OSC and other clients.
Comment out tox section (throwing exceptions for some reason).
Use tacker.conf.sample included in the repo.
Fix test for VNF active (tacker vnf-show).
Add loop for server up test.
Add OpenStack branch as option.

Change-Id: Id85b433e94df57c7b68f7feec2ce9cf6b2b238e0
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoUpdate instructions to include step-by-step 65/27565/3
Aimee Ukasick [Wed, 25 Jan 2017 20:47:58 +0000 (14:47 -0600)]
Update instructions to include step-by-step

JIRA: MODELS-23

Created step-by-step instructions.
Added that the OS_PASSWORD should be explicity set in the
*-openrc.sh file prior to running setup.
Added example of how to run tests in the container.

Change-Id: Ibe9cab8352a5a9da7f5e3e67a28e2babb243726c
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
8 years agoauth_uri is required by keystonemiddleware 03/27403/1
Bryan Sullivan [Mon, 23 Jan 2017 18:42:01 +0000 (10:42 -0800)]
auth_uri is required by keystonemiddleware

JIRA: MODELS-23
It was removed as no reference was found in tacker, but
it is apparently used by keystonemiddleware, so restored
and set to the keystone publicurl as noted by keystone in
the tacker log.

Change-Id: I333120805106cde9007f79a1b11a589b045cd3e9
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoUpdate for Danube/Newton, support Devstack testing. 55/27355/2
Bryan Sullivan [Mon, 23 Jan 2017 03:03:40 +0000 (19:03 -0800)]
Update for Danube/Newton, support Devstack testing.

JIRA: MODELS-23
tacker-setup.sh:
Update comments and usage.
Remove OPNFV-specific env setup, add openrc and Heat host params.
Add OSC setup from github branch.
Install ping in tacker container.
Setup tacker as mysql user vs root.
Move tacker user cleanup to setup() function.
Update git branch to Newton.
Uncomment tox generation of tacker.conf.sample.
Update tacker.conf for newton.
Address tacker bug (?) in vim-config.yaml.
Add more vim-config.yaml fields found to be needed in testing.
Update tacker commands for changes to "--name" parameter.
Move tacker container cleanup to vHello_Tacker.sh.

vHello_Tacker.sh:
Update comments and usage.
Update admin-openrc.sh setup.
Update calls to tacker-setup.sh for new params.
Add TODOs for things.
Improve test for JuJu command use.
Fix bugs in assertion tests.

Add devstack local.conf to utils/devstack

Change-Id: I31fdb6be8f198cc245c259378922650bae095496
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoUpdate comments for more clarity 05/27105/3
Bryan Sullivan [Tue, 17 Jan 2017 14:16:53 +0000 (06:16 -0800)]
Update comments for more clarity

JIRA: MODELS-23

More explanations etc as requested.
More info on value of OSC in container.

Change-Id: I2b3f47e145e562548b5c5c7285f88e3288718a78
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoAdd test utility to create OpenStack client container. 51/27051/2
Bryan Sullivan [Mon, 16 Jan 2017 14:47:20 +0000 (06:47 -0800)]
Add test utility to create OpenStack client container.

JIRA: MODELS-4

Installs OS clients in a docker container, avoiding the need to
create a virtualenv or install additional software on the host.
Tests and manual operations can then be invoked thru the docker API.
Fixed usage notes.

Change-Id: Idba579225abc05bcb897f938f0f5ad6530bed6f0
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoAdd note about step 4 post-state 89/25389/1
Bryan Sullivan [Fri, 2 Dec 2016 02:23:39 +0000 (18:23 -0800)]
Add note about step 4 post-state

JIRA: MODELS-23

Change-Id: Ifbe9c1f55aeabc8e504d9a33c289c2f47d337bb5
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoUpdate test description with test assertions etc 87/25387/1
Bryan Sullivan [Fri, 2 Dec 2016 02:21:16 +0000 (18:21 -0800)]
Update test description with test assertions etc

JIRA: MODELS-23

Change-Id: I17b6ecf00a5dbd402a8a092db1dfd5443687ae17
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoAdd test assertions 83/25383/1
Bryan Sullivan [Fri, 2 Dec 2016 02:02:13 +0000 (18:02 -0800)]
Add test assertions

JIRA: MODELS-23

Change-Id: Iaea8be6026f18d8530c4b274d86b99cfbddf2e98
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoEmbed public key in user data, various other updates 67/25367/1
Bryan Sullivan [Thu, 1 Dec 2016 21:20:47 +0000 (13:20 -0800)]
Embed public key in user data, various other updates

JIRA: MODELS-23

Add test duration and timestamps.
Add image and key cleanup to stop function.
Update Tacker Heat timeout config values.

Change-Id: I55da984477389d4eabb84abec522f58b3eed0032
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoAdd verification of config drive setup. Get key key from ~/vHello/pem. 65/25065/1
Bryan Sullivan [Tue, 29 Nov 2016 05:46:21 +0000 (21:46 -0800)]
Add verification of config drive setup. Get key key from ~/vHello/pem.

JIRA: MODELS-23

Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
The key is not saved in the repo due to security recommendations.
This is a kludge that will be removed for Newton (Tacker supports
key injection as of Newton).

Change-Id: I6a21b189fc7b2b5a960a7acdd4b640148797d738
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoAdd config drive parameter (verified) to blueprint. 63/25063/1
Bryan Sullivan [Tue, 29 Nov 2016 03:45:34 +0000 (19:45 -0800)]
Add config drive parameter (verified) to blueprint.

JIRA: MODELS-23

Change-Id: Id0f2e47ffd3772d92bddf242175d152d29fa3868
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoReplace image attribute with (verified) VNFImage attribute. 31/24731/1
Bryan Sullivan [Wed, 23 Nov 2016 05:08:11 +0000 (21:08 -0800)]
Replace image attribute with (verified) VNFImage attribute.

JIRA: MODELS-23

A separate test will be created to cover these two options.

Change-Id: Idf476707bc9f42d04ff9f6176e00b65246edc8ce
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoAdd user data support (verified) to blueprint 27/24727/1
Bryan Sullivan [Wed, 23 Nov 2016 03:58:38 +0000 (19:58 -0800)]
Add user data support (verified) to blueprint

JIRA: MODELS-23

Change-Id: Ib187e31aee6534b1a1fad230605677ce87913cce
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoRevert to previous setup due to side-effects of not using pip installs 19/24719/1
Bryan Sullivan [Wed, 23 Nov 2016 03:05:01 +0000 (19:05 -0800)]
Revert to previous setup due to side-effects of not using pip installs

JIRA: MODELS-23

Change-Id: Ifdd6c0b5325a29bbc07254ee062c1c03e6b88e44
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoSimpler approach to finding server ID 15/24715/1
Bryan Sullivan [Wed, 23 Nov 2016 02:48:32 +0000 (18:48 -0800)]
Simpler approach to finding server ID

JIRA: MODELS-23

Change-Id: Ie06453181e8778dfbdfa617b9fee3d4cfa2293b5
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoTweaks to workaround issue with Tacker exceptions (not yet complete) 91/24691/1
Bryan Sullivan [Tue, 22 Nov 2016 18:53:11 +0000 (10:53 -0800)]
Tweaks to workaround issue with Tacker exceptions (not  yet complete)

JIRA: MODELS-23

Change-Id: Ibda1d346d85c153bd5ebe36eafa52045b29e7038
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoBaseline of vHello_3Node_Tacker test 05/23905/1
blsaws [Thu, 3 Nov 2016 03:03:05 +0000 (20:03 -0700)]
Baseline of vHello_3Node_Tacker test

JIRA: MODELS-23

Change-Id: I1c12d6282416fb5007ff2b917cea7b1b01597fc0
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFix order of environment setup step 91/22991/1
Bryan Sullivan [Wed, 12 Oct 2016 00:13:05 +0000 (17:13 -0700)]
Fix order of environment setup step

JIRA: MODELS-23

Change-Id: I7c68e5ef4a3bf5c51183945c351de8c4499bd261
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoWorkaround for issues with WOL/PXE support in Apex 59/22859/1
Bryan Sullivan [Sun, 9 Oct 2016 03:27:48 +0000 (20:27 -0700)]
Workaround for issues with WOL/PXE support in Apex

JIRA: MODELS-23

Change-Id: I9f871d7a2684ec6f243ecbaa61f2db9d194a77d5
Signed-off-by: Bryan Sullivan <bs3131@att.com>
8 years agoAdd debug script for Apex undercloud 03/22803/1
Bryan Sullivan [Fri, 7 Oct 2016 16:34:29 +0000 (09:34 -0700)]
Add debug script for Apex undercloud

JIRA: MODELS-23

Change-Id: Ia152a77ee601210f93c26da4a491fec088b4f741
Signed-off-by: Bryan Sullivan <bs3131@att.com>
8 years agoDon't need this 89/22689/1
Bryan Sullivan [Tue, 4 Oct 2016 14:22:13 +0000 (07:22 -0700)]
Don't need this

JIRA: MODELS-23

Change-Id: I9bce8aeb3772ea0ecfc8cb0f7a18c5fea58bb286
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
8 years agoSwitch to openstack vs neutron cli 73/22673/1
blsaws [Mon, 3 Oct 2016 23:05:55 +0000 (16:05 -0700)]
Switch to openstack vs neutron cli

JIRA: MODELS-23

Change-Id: Iecacf6f31a5a295980954a457c8a96249f78d9fb
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd region as parameter (varies by installer) 81/22381/1
blsaws [Fri, 23 Sep 2016 11:05:56 +0000 (04:05 -0700)]
Add region as parameter (varies by installer)

JIRA: MODELS-23

Change-Id: I9efe731abd301ef5db2603f383f990d23e4a9b75
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoChange to trusty per Cloudify recommendation 63/22363/1
blsaws [Fri, 23 Sep 2016 00:13:27 +0000 (17:13 -0700)]
Change to trusty per Cloudify recommendation

JIRA: MODELS-23

Change-Id: Idf2d04ee3173b753f393a3b3ea31023684d0cf37
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoBaseline of OpenWRT test. 53/22353/1
blsaws [Thu, 22 Sep 2016 13:40:30 +0000 (06:40 -0700)]
Baseline of OpenWRT test.

JIRA: MODELS-23

Change-Id: Ie511bf48c025f486fede64a9a6e72f60ec2f0647
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoSwitch to trusty to fix issues with python not being pre-installed. 51/22351/1
blsaws [Thu, 22 Sep 2016 13:19:58 +0000 (06:19 -0700)]
Switch to trusty to fix issues with python not being pre-installed.

JIRA: MODELS-23

Change-Id: If7bcb140043112ef08a80cb16f9c4fea0c27d695
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoEfforts to address SSH connection issues 93/22293/1
blsaws [Thu, 22 Sep 2016 01:51:46 +0000 (18:51 -0700)]
Efforts to address SSH connection issues

JIRA: MODELS-23

Change-Id: I1a230815e232c4cb5b50463d2be06cfb0227ea36
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFix key filename, add network environment setup 71/22271/1
blsaws [Wed, 21 Sep 2016 19:07:44 +0000 (12:07 -0700)]
Fix key filename, add network environment setup

JIRA: MODELS-23

Change-Id: Ifd7a973128cee263a60ad1855d3297e4d98455ad
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd initial tests for Lamp Stack deployment via Ansible 67/22267/1
blsaws [Wed, 21 Sep 2016 18:35:05 +0000 (11:35 -0700)]
Add initial tests for Lamp Stack deployment via Ansible

JIRA: MODELS-23

Change-Id: I927e7aed58afaf0ad2acf8839c7e960b5a94aa14
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFurther updates in cloudify re-testing 87/21187/1
blsaws [Thu, 15 Sep 2016 14:07:17 +0000 (07:07 -0700)]
Further updates in cloudify re-testing

JIRA: MODELS-23

Change-Id: Ie404b4c5056a8938fe1272af9c98141153bf79ba
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAlign design of Cloudify and Tacker test scripts 49/21149/1
blsaws [Wed, 14 Sep 2016 18:11:52 +0000 (11:11 -0700)]
Align design of Cloudify and Tacker test scripts

JIRA: MODELS-23

Change-Id: Iaa4efef6b5c993381ad6d7e5583859e860a52d0f
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFix location of downloaded image 55/21055/1
blsaws [Tue, 13 Sep 2016 20:54:44 +0000 (13:54 -0700)]
Fix location of downloaded image

JIRA: MODELS-23

Change-Id: Ie5e135318d2ecc69c16bc304e1919371dc8ec21d
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd run as combination of setup and start 53/21053/1
blsaws [Tue, 13 Sep 2016 20:50:31 +0000 (13:50 -0700)]
Add run as combination of setup and start

JIRA: MODELS-23

Change-Id: Id2207d3ba94dfef8fa9ee1b4594d8a7ed6c24d72
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd input case statement, "run" option 37/21037/1
blsaws [Tue, 13 Sep 2016 14:27:45 +0000 (07:27 -0700)]
Add input case statement, "run" option

JIRA: MODELS-23

Change-Id: I3f71a92663d8c411971f50aafffde244b27a3add
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoOne more fix to error check 71/20971/1
blsaws [Tue, 13 Sep 2016 05:25:01 +0000 (22:25 -0700)]
One more fix to error check

JIRA: MODELS-23

Change-Id: I04d91542f580174de3900054861dcbb517416c1b
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFurther fixes to error check... 69/20969/1
blsaws [Tue, 13 Sep 2016 05:15:56 +0000 (22:15 -0700)]
Further fixes to error check...

JIRA: MODELS-23

Change-Id: I767fdf6d2bc0a42b5b3252fa172349a0448cef8c
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFix error check 67/20967/1
blsaws [Tue, 13 Sep 2016 05:03:17 +0000 (05:03 +0000)]
Fix error check

JIRA: MODELS-23

Change-Id: I948c42c82d830552f1c6c1585fd5bb5d73f15860
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agowait 30 seconds for vHello server to startup 65/20965/1
blsaws [Tue, 13 Sep 2016 04:54:37 +0000 (21:54 -0700)]
wait 30 seconds for vHello server to startup

JIRA: MODELS-23

Change-Id: I28e13d37965bc5af9c6e0ed61cb3145a30afe52a
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoRemove image added by mistake 63/20963/1
blsaws [Tue, 13 Sep 2016 04:18:24 +0000 (04:18 +0000)]
Remove image added by mistake

JIRA: MODELS-23

Change-Id: Id7c68ac1c39160965772d7a585cf5a6daeb2034a
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd nohup to python; add /bin/bash to exec commands; etc 61/20961/1
blsaws [Tue, 13 Sep 2016 04:08:49 +0000 (04:08 +0000)]
Add nohup to python; add /bin/bash to exec commands; etc

JIRA: MODELS-23

Change-Id: I565e6fe234279dcf2fab70cdd48c497ec768f5b1
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd /bin/bash to prevent docker hanging 45/20945/1
blsaws [Mon, 12 Sep 2016 22:23:31 +0000 (15:23 -0700)]
Add /bin/bash to prevent docker hanging

JIRA: MODELS-23

Change-Id: I18d8a950bc065ad6e17534073792841ccb247f97
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoCorrect setup of vnf_mgmt network etc 43/20943/1
blsaws [Mon, 12 Sep 2016 22:01:03 +0000 (15:01 -0700)]
Correct setup of vnf_mgmt network etc

JIRA: MODELS-23

Change-Id: I1a526ed37e94739b2049cadb9e37dd6ab873b555
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoCorrect vnf_mgmt_router reference 41/20941/1
blsaws [Mon, 12 Sep 2016 21:51:02 +0000 (14:51 -0700)]
Correct vnf_mgmt_router reference

JIRA: MODELS-23

Change-Id: Idd3dca0b2be79d30796f2ac9536966e227a23103
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd router interface for mgmt net; fix curl command 37/20937/1
blsaws [Mon, 12 Sep 2016 18:58:40 +0000 (18:58 +0000)]
Add router interface for mgmt net; fix curl command

JIRA: MODELS-23

Change-Id: Ia650447e7f30139366df3867d8f393f6335ead19
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoIncorrect logic on image create 19/20919/2
blsaws [Mon, 12 Sep 2016 15:02:27 +0000 (08:02 -0700)]
Incorrect logic on image create

JIRA: MODELS-23

Change-Id: I9a27ddc2232038472ba33b36308b8aff27c6e027
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoRemove creation of Centos image 39/20839/1
blsaws [Sun, 11 Sep 2016 22:56:05 +0000 (15:56 -0700)]
Remove creation of Centos image

JIRA: MODELS-23

Change-Id: I80f6ec49d3cdce99067ac4724ae8371e3a5aee84
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd keys for pre-prepared image 19/20819/1
blsaws [Sat, 10 Sep 2016 17:12:56 +0000 (10:12 -0700)]
Add keys for pre-prepared image

JIRA: MODELS-23

Change-Id: I899d5256a7727605c3317f7872e5c76c4f555ea0
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoInclude start script directly 07/20807/1
blsaws [Sat, 10 Sep 2016 01:09:35 +0000 (18:09 -0700)]
Include start script directly

JIRA: MODELS-23

Change-Id: I12eac5ee6320fc547e6f52feba89b1aeb871ca42
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd key-injected image 05/20805/1
blsaws [Sat, 10 Sep 2016 00:48:42 +0000 (17:48 -0700)]
Add key-injected image

JIRA: MODELS-23

Change-Id: Ia6f543903431224f16bf738629b0c506a266d681
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFix line endings 43/20743/1
blsaws [Fri, 9 Sep 2016 06:38:34 +0000 (23:38 -0700)]
Fix line endings

JIRA: MODELS-23

Change-Id: I594cafd7773dcffc5683a0839e3b8b9d9c6d9a5e
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFix line endings again 41/20741/1
blsaws [Fri, 9 Sep 2016 06:36:43 +0000 (23:36 -0700)]
Fix line endings again

JIRA: MODELS-23

Change-Id: I7a4d36373e87c64827c215891eee9ec1d84b37b1
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdded blueprints and startup script, etc 37/20737/1
blsaws [Fri, 9 Sep 2016 06:29:47 +0000 (23:29 -0700)]
Added blueprints and startup script, etc

JIRA: MODELS-23

Change-Id: I13ea12d8d9791fd2aa6861909d6194caaa47733f
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFurther updates in testing 89/20589/1
blsaws [Wed, 7 Sep 2016 15:53:01 +0000 (08:53 -0700)]
Further updates in testing

JIRA: MODELS-23

Change-Id: Iabbf132a2bf3b1c8f475a113b519a97c9bedcae0
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoUpdates in further testing 97/20497/1
blsaws [Tue, 6 Sep 2016 23:11:59 +0000 (16:11 -0700)]
Updates in further testing

JIRA: MODELS-23

Change-Id: I55418cc967fdf5e59d60304d2513dbe1e80b7dcc
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoInstall diamond plugin 95/20095/1
blsaws [Thu, 1 Sep 2016 03:20:22 +0000 (20:20 -0700)]
Install diamond plugin

JIRA: MODELS-23

Change-Id: Iee95f5b2736536c6cda8ac1ae5643575d1651206
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agocd to /tmp/cloudify/blueprints 81/20081/1
blsaws [Thu, 1 Sep 2016 01:54:54 +0000 (18:54 -0700)]
cd to /tmp/cloudify/blueprints

JIRA: MODELS-23

Change-Id: I646b4675add36edd4670094d0b91e87809cd3007
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFurther tweaks on Tacker and Cloudify tests. 79/20079/1
blsaws [Thu, 1 Sep 2016 01:19:35 +0000 (18:19 -0700)]
Further tweaks on Tacker and Cloudify tests.

JIRA: MODELS-23

Change-Id: I38410b626cbc29097ea1d69711916d54b416e7c4
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoTacker installation script baseline. 73/20073/1
blsaws [Wed, 31 Aug 2016 21:59:38 +0000 (14:59 -0700)]
Tacker installation script baseline.

JIRA: MODELS-23
Edits for Cloudify CLI test.

Change-Id: I28ba88fa27d309d00167249e8255b521b514cc0c
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFix line endings 91/19891/1
blsaws [Tue, 30 Aug 2016 14:04:00 +0000 (07:04 -0700)]
Fix line endings

JIRA: MODELS-23

Change-Id: I159f8fc9232459ed8129d8e02a3c8c0267ca7f9a
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoUse $0 instead of script name in echo; fix formatting 89/19889/1
blsaws [Tue, 30 Aug 2016 13:57:32 +0000 (06:57 -0700)]
Use $0 instead of script name in echo; fix formatting

JIRA: MODELS-23

Change-Id: I3e5a76197ccc57f7e2a3b94c1601f823e02193ad
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd router etc to management network, local output verification 27/19827/1
blsaws [Tue, 30 Aug 2016 05:54:23 +0000 (22:54 -0700)]
Add router etc to management network, local output verification

JIRA: MODELS-23

Change-Id: I9e6ab62ada7d1119adf92777d3cb19fe726ee236
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoEnhancements for centos based install 87/19787/1
blsaws [Mon, 29 Aug 2016 19:01:24 +0000 (19:01 +0000)]
Enhancements for centos based install

JIRA: MODELS-23

Change-Id: I50285aa2412dcc80194ad80922b4b9dfab16fb3b
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd extra steps to make CLI work 85/18185/1
blsaws [Tue, 9 Aug 2016 00:08:03 +0000 (17:08 -0700)]
Add extra steps to make CLI work

JIRA: MODELS-23

Change-Id: I45ae960e25d575c58674b83e774683c7effb4505
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFixes to manager use case test 77/18177/1
blsaws [Mon, 8 Aug 2016 22:53:33 +0000 (15:53 -0700)]
Fixes to manager use case test

JIRA: MODELS-23

Change-Id: I21b9f5691f5dc027eb67d1e82668f2c5a745d9fb
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoAdd extension to Centos image reference; minor fixes to cleanup script 75/18175/1
blsaws [Mon, 8 Aug 2016 22:05:03 +0000 (15:05 -0700)]
Add extension to Centos image reference; minor fixes to cleanup script

JIRA: MODELS-23

Change-Id: I3a7e930f9487a7738507081a4031052a7dd5fdd1
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFurther updates in testing. Addressing further tweaks to blueprint. 49/18149/1
blsaws [Mon, 8 Aug 2016 13:05:18 +0000 (06:05 -0700)]
Further updates in testing. Addressing further tweaks to blueprint.

JIRA: MODELS-23

Change-Id: Ia2e2a141a6a7ef7270529ed63892fa624be04ff0
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoRefactoring for cloudify-cli and cloudify-manager options 15/18115/1
blsaws [Sat, 6 Aug 2016 23:24:42 +0000 (16:24 -0700)]
Refactoring for cloudify-cli and cloudify-manager options

JIRA: MODELS-23

Change-Id: I1260ab62926dc00d9bd9cbc13763fd718653fd79
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoWorking version of cloudify-setup and other scripts 07/18107/1
blsaws [Sat, 6 Aug 2016 02:26:21 +0000 (19:26 -0700)]
Working version of cloudify-setup and other scripts

JIRA: MODELS-23

Change-Id: Iaebdac67c2d484f9d09aee53f12f6b8cdff2c4e5
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFurther updates in testing 65/18065/1
blsaws [Fri, 5 Aug 2016 03:23:23 +0000 (20:23 -0700)]
Further updates in testing

JIRA: MODELS-23
Add flag to not cleanup on error, to allow debug
Add extra DNS servers

Change-Id: I2dac847c8a6e5409f1b177ef211cbb1994589bad
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoFurther updates in testing 89/17989/3
blsaws [Thu, 4 Aug 2016 01:33:22 +0000 (18:33 -0700)]
Further updates in testing

JIRA: MODELS-23
Update to xenial
Use distinct key names

Change-Id: Ie0390d042f0f4dadbb334017264e28ef6091623f
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoUpdate yaml inputs file settings 67/17667/1
blsaws [Thu, 28 Jul 2016 04:54:26 +0000 (21:54 -0700)]
Update yaml inputs file settings

JIRA: MODELS-23

Change-Id: I80f0182d00a6868b4a301e81b51f4d5e3f0d76b4
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoCorrect method of incrementing variable 29/17429/1
blsaws [Fri, 22 Jul 2016 15:35:24 +0000 (08:35 -0700)]
Correct method of incrementing variable

JIRA: MODELS-23

Change-Id: Ic52b08bd54b028f9c375bff923d2c9474abf4bc2
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agofunc->function, exit after container creation 25/17425/1
blsaws [Fri, 22 Jul 2016 15:21:46 +0000 (08:21 -0700)]
func->function, exit after container creation

JIRA: MODELS-23

Change-Id: I29750f79d930c0aa17b532efed1cc42aee35ab16
Signed-off-by: blsaws <bryan.sullivan@att.com>
8 years agoCloudify setup script 59/17359/1
blsaws [Thu, 21 Jul 2016 15:37:27 +0000 (08:37 -0700)]
Cloudify setup script

JIRA: MODELS-23

Change-Id: Iae386098599b54ebfac29dc94ffc85bfcaca2132
Signed-off-by: blsaws <bryan.sullivan@att.com>
9 years agoAdd INFO and LICENSE files. 39/11439/2
blsaws [Sat, 19 Mar 2016 04:56:38 +0000 (21:56 -0700)]
Add INFO and LICENSE files.

JIRA: MODELS-1

Change-Id: I2f584840d5756376c338443c8cb84d01aee45b54
Signed-off-by: blsaws <bryan.sullivan@att.com>
9 years agoInitial empty repository
Aric Gardner [Wed, 9 Mar 2016 16:56:48 +0000 (16:56 +0000)]
Initial empty repository