summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-17Add hints for use of demo app and docker API when doneBryan Sullivan1-0/+4
Change-Id: I9899e3d44108d1c6b0955d7110533059ffb5f4db Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-10-17Fix deploy to avoid need to clone on admin/master nodeBryan Sullivan3-14/+30
JIRA: MODELS-23 Change-Id: Ic0efddbaab960d26920e2c4c2e4d94b773a3d016 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-10-17Correctly check service stateBryan Sullivan1-2/+2
Change-Id: Ied80f949ab2099205cf2ce19b8a0404256f1925a Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-10-17Testing merged cloud-native models codeBryan Sullivan9-93/+94
JIRA: MODELS-23 Cleaned trailing whitespace. Fixed bugs with Rancher etc setup: - ssh -o where needed in demo_deploy.sh - Comment out Rancher-managed Grafana deploy - Pull dashboards direct from clone Change-Id: I02707488563a1db4262ebcdf735331707e36fa61 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-10-17Merge AT&T WIP on modeled cloud-native stacks into ModelsBryan Sullivan18-0/+6585
Change-Id: I646825bf7d1a9c1be9c00475028084f920c9d399 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-06-07Add util to setup OpenStack clientsBryan Sullivan1-0/+72
JIRA: MODELS-2 Change-Id: Id1b1894c5bc132f01dd6bc9ce59bec09f00ff286 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-06-01Remove /tacker/ from directory in which tacker.conf.sample residesAimee Ukasick1-1/+1
JIRA: VES-11 Change-Id: Ib42332f625a9487c83ce5afa69e751dd8612fb87 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-06-01Comment out section that modifies tacker conf [openstack_vim] sectionAimee Ukasick1-23/+23
JIRA: VES-11 This section is only needed if you want to change the values in tacker.conf.sample. Change-Id: Ib20b568da330fb28061c23662dc225d3d0e0bc4b Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-06-01Update stack_retry_wait so tacker doesn't time out before heatAimee Ukasick1-2/+2
JIRA: VES-11 Tacker is timing out before Heat finishes creating the 5 VDU stack. Tacker then throws a VNF creation error, which is in fact not true. Tacker bases timeout on stack_retries * stack_retry_wait. See Tacker tacker.vnfm.infra_drivers.openstack.openstack.py for details. New timeout will be 10 minutes. Change-Id: Ief6b86361532fe74f4ce61f1aeb830f3f25e663f Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-05-17Merge "Update to install python-novaclient"Bryan Sullivan1-0/+1
2017-05-17Merge "Install nano editor in container"Bryan Sullivan1-0/+3
2017-05-17Update to install python-novaclientAimee Ukasick1-0/+1
Change-Id: Idd51bbbaffc965e6a75c62cda83ca8a61246621f Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-05-16Merge "Corrected web server address assignment."Bryan Sullivan1-1/+1
2017-05-16Corrected web server address assignment.Aimee Ukasick1-1/+1
Change-Id: I9753ad9f7d1daee63f31c81bf557d09fa98746db Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-03-31Install nano editor in containerAimee Ukasick1-0/+3
Change-Id: Iaebe24c66eee9766207acf7947cc4b65b454aed9 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-03-21Add Committer aimeeu.opensource@gmail.comAimee Ukasick1-0/+1
Add Aimee Ukasick as Committer. She has been active in the project for over 6 months and is a top contributor/reviewer. Change-Id: I8156093a12ee8a06fb8f48699a2759947a166c2d Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-03-20Remove retired CommittersAimee Ukasick1-3/+1
Dan Druta (dd5826@att.com), Ulas Kozat (Ulas.Kozat@huawei.com), and Marc Flauw (marc.flauw@hpe.com) are no longer active and have agreed to retire from their Committer roles. Emails have been forwarded to opnfv-tsc and opnfv-helpdesk. Change-Id: I827c35b7c08d478dfaac938c760111a88fe3cd70 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-03-16Remove code specific to OPNFV Colorado JOIDAimee Ukasick1-6/+0
JIRA: MODELS-23 Setup function: removed workaround code to enable ML2 port functionality in the JOID Colorado release. Change-Id: If0c2f53b426701682ced97c7045465bbb77ee83c Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-03-09Removed code specific to OPNFV Colorado Releasestable/danubeAimee Ukasick1-38/+33
JIRA: MODELS-23 Setup function: removed workaround code to enable ML2 port functionality in the JOID Colorado release. Change-Id: Id3ddb1f74e44c913d529f2d937cfe00a31a4480f Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-03-06Remove redundant endpoint delete operation.bryan1-1/+0
JIRA: MODELS-23 Change-Id: I3101b8218777bd59fce635557e83f5400f8c1ecf Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-06Update to clarify Tacker plugin should be disabled for now.bryan1-2/+6
JIRA: MODELS-23 Change-Id: I6f44b3f09becb8ecf2c37be7eece53fafe29f1af Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-03Move image setup to tacker-setup.shBryan Sullivan3-8/+4
JIRA: MODELS-23 Change-Id: I3b6aaf692670046820b39aad82df423b8d051eb3 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-03-03Various fixes so tests run on constrained envs, e.g. Devstackbryan5-59/+100
JIRA: MODELS-23 vHello_3node blueprint.yaml: Switch to pre-built image to speed up VDU activation. Various updates to webserver setup procedure. Fix docker setup. Address line wrapping issues with blueprint user data. vHello blueprint.yaml: Switch to pre-built image to speed up VDU activation. tacker-setup.sh Correct nfv-orchestration endpoint setup. vHello_3Node_Tacker.sh: Copy script on setup and start steps. Add create image models-xenial-server. Increase timeout onwebserver response. Wait for VDU1 to startup before testing all webservers. vHello_Tacker.sh: Copy script on setup and start steps. Add create image models-xenial-server. Increase timeout onwebserver response. Wait for VDU1 to startup before testing all webservers. Change-Id: I97c26248de45845afb30ada3bc284b4389be1b63 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-03-02Update vHello_3Node_Tacker test for Danubebryan2-23/+58
JIRA: MODELS-23 blueprint.yaml: Add vHello key injection into blueprint for debug. Fix URL for favicon. Fix docker install pre-reqs. vHello_3Node_Tacker.sh: Fix tests in say_hello. Correct path to blueprint in copy_blueprint. Create and inject nova keypair. Use actual $FLOATING_NETWORK_NAME in floating ip allocation. Fix use of array variables vdu_ip/id/etc. Change-Id: Id4a04ecf86d3715d11c65298c22c586e20f78d4c Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-01Fix error in variable referencebryan1-1/+2
JIRA: MODELS-23 Change-Id: Id3382aa986e219650ae85951ef2c7dd72c6dc7b1 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-03-02Merge "Use $FLOATING_NETWORK_NAME instead of "public""Bryan Sullivan1-2/+6
2017-03-01Use $FLOATING_NETWORK_NAME instead of "public"bryan1-2/+6
JIRA: MODELS-23 Fix config drive test Verified on apex virtual deployment. Change-Id: Ic719af13cf2edb1cb2183dbeeaec298887e89bf2 Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-01Merge "Remove domain variables due to issues with keystone v2"Bryan Sullivan1-5/+7
2017-03-01Remove domain variables due to issues with keystone v2bryan1-5/+7
JIRA: MODELS-23 Verified on apex. Change-Id: I44a039e65c367e4bc2c7dfc3162b70daa478dd3e Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-01Merge "Align with vHello_Tacker update for Danube"Bryan Sullivan2-166/+380
2017-03-01Align with vHello_Tacker update for DanubeBryan Sullivan2-166/+380
JIRA: MODELS-23 Change-Id: I9dafea969c9333f3890532644055c6ebffd11407 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-03-01Add tenant ID to vim-config.yamlbryan1-0/+1
JIRA: MODELS-23 Change-Id: Ie662cb3dea9f6b8f222f214e83b16cb387d56c17 Signed-off-by: bryan <bryan.sullivan@att.com>
2017-03-01Force pass in taker-setup clean function.bryan1-0/+1
JIRA: MODELS-23 If some est resources are not found (harmless) the script would exit with fail() and prevent cleanup of the tacker container in the calling script. Change-Id: I8429ba4a6d6084ab56c0ecd07f6f3eead8522743 Signed-off-by: bryan <bryan.sullivan@att.com>
2017-02-28Merge "Add note about nested virtualization. Remove debug step."Bryan Sullivan1-1/+4
2017-02-28Add note about nested virtualization. Remove debug step.Bryan Sullivan1-1/+4
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>
2017-02-28Merge "Update vHello_Tacker for Danube"Bryan Sullivan2-23/+71
2017-02-28Update vHello_Tacker for DanubeBryan Sullivan2-23/+71
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>
2017-02-28Merge "Update to new OPNFV Docs structure"Bryan Sullivan28-107/+252
2017-02-21Update to new OPNFV Docs structureAimee Ukasick28-107/+252
JIRA: MODELS-2 Change-Id: I5d5601849803cf017bab882dc6eba931637b0770 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-02-09Merge "Update vHello_Tacker test"Bryan Sullivan3-51/+25
2017-02-09Merge "Minor editorials in advance of copying intro to other tests."Bryan Sullivan1-2/+3
2017-02-08Update vHello_Tacker testbryan3-51/+25
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>
2017-02-07Minor editorials in advance of copying intro to other tests.bryan1-2/+3
JIRA: MODELS-23 Change-Id: Icea197f32f75f621fc1284ef0634ea37fb74ffca Signed-off-by: bryan <bryan.sullivan@att.com>
2017-02-07Merge "Update vHello_Tacker for Danube/Newton part 2"Bryan Sullivan2-81/+82
2017-02-07Update vHello_Tacker for Danube/Newton part 2bryan2-82/+83
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>
2017-02-03Docs Update for DanubeAimee Ukasick17-1/+261
JIRA: MODELS-2 Change-Id: Ida73d860b68b494d620a7b34aace6a990528582d Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-01-29Remove strange lines that creeped in somehowBryan Sullivan1-3/+0
JIRA: MODELS-23 Change-Id: Iecddf7c197c27750b434f2976271a5cd6d17c843 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-01-29Fix assertionsBryan Sullivan1-5/+7
JIRA: MODELS-23 Change-Id: Ied0d56e4029f364e1ad4f54ee5a53abb276e0c19 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-01-27Merge "Update instructions to include step-by-step"Bryan Sullivan1-29/+48
2017-01-26Include tacker.conf.sample due to issues with tox, etcBryan Sullivan3-34/+363
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>