summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-01Merge "refix syntax error, fix IP address"Vijay Venkatesh Kumar3-9/+9
2017-11-01refix syntax error, fix IP addressTony Hansen3-9/+9
retrieve the proper value for the IP address to register in Consul Change-Id: I8742d15bf4d80bad1914cb92dd7033aaa944aef0 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-185
2017-11-01Add separate CDAP inputsJack Lucas1-0/+18
Change-Id: I1328d584b82f3c1cc96c4cf98c4f2b375ebb2ec6 Issue-Id: DCAEGEN2-191 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-11-01Merge "add loop to ensure DHCP ran"Vijay Venkatesh Kumar3-3/+42
2017-11-01add loop to ensure DHCP ranTony Hansen3-3/+42
if dnsdomainname didn't succeed, try again at 10-second intervals up to 20 additional times Change-Id: I6774f9386badaa72d667812d09e872b35e9e58a3 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-185
2017-11-01Merge "Updated TCA bluprint template based on IT results"Vijay Venkatesh Kumar2-27/+27
2017-11-01Updated TCA bluprint template based on IT resultsan48282-27/+27
Change-Id: I49701ae90214727dde02591c534b3556c98966a0 Signed-off-by: an4828 <nekrassov@att.com> Issue-ID: DCAEGEN2-181
2017-11-01fix syntax error in PG blueprintsTony Hansen3-4/+4
Change-Id: Ia873e90a71d46c3755f05fb9004a8b516ff51d65 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-185
2017-10-31add PGaaS single-vm blueprintTony Hansen2-1/+288
provide a single-vm version of PGaaS to reduce the footprint of the boostrap demo Change-Id: Iafa8fae2b2cba751c0a4c540fc792e86fe581f59 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-185 Signed-off-by: Tony Hansen <tony@att.com>
2017-10-30Merge "add holmes blueprint template"Lusheng Ji3-2/+115
2017-10-29Update input templatesLusheng Ji2-7/+7
Update the inputs.yaml template to use a zone name based on ONAP deployment's random ID to match with the DNS zone created by dcae2_vm_init.sh script of demo project (Heat template based deployment scheme). Update Inventory input template with values obtained from SDC team. Issue-Id: DCAEGEN2-128 Change-Id: I365849ca398ca5c634eeb70302230ebd95ed003a Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-28Add input file templates for Holmes and TCALusheng Ji3-0/+16
Issue-Id: DCAEGEN2-128 Change-Id: I9014cb021a1fe12f1c946952383f09bf16cabb12 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-27Add BP input file template for VESLusheng Ji1-0/+7
Issue-Id: DCAEGEN2-128 Change-Id: I5709fd77c7f3f33762cc57aad365943e4f69ca81 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-27Merge "onap value for ClientAuth to policy-engine"Lusheng Ji1-5/+5
2017-10-27onap value for ClientAuth to policy-engineAlex Shatov1-5/+5
Change-Id: I08e3900282570d7ad7a8203fba4f5580573921f7 Issue-Id: DCAEGEN2-128 Signed-off-by: Alex Shatov <alexs@att.com>
2017-10-27add holmes blueprint templateVijay3-2/+115
Issue-ID: DCAEGEN2-181 Change-Id: I574f9e4332da046eb7b6bac5d9ba5a63c1d010c4 Signed-off-by: Vijay <vv770d@att.com>
2017-10-27Add insecure params in inventory bpMichael Hwang1-1/+10
Make sdc-secure-connection booleans into optional inputs Change-Id: I2bc34a092284ef703fd4401edf99d21a8903a9e4 Issue-Id: DCAEGEN2-183 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-26Merge "ves blueprint update for port mapping"Tony Hansen1-26/+29
2017-10-25ves blueprint update for port mappingVijay1-26/+29
Issue-ID:DCAEGEN2-128 Change-Id: I79a4c525724e64db60eeaa32726fe202fe4bc0b1 Signed-off-by: Vijay <vv770d@att.com>
2017-10-25Make sure hostname has no domainLusheng Ji1-0/+1
In some environments, hostname returns a hostname with a default domain, e.g novalocal. This domain may conflict with the dns_domain option setting. Added a test to strip off domain if that happens. Issue-Id: DCAEGEN2-128 Change-Id: Ie4995f542305e465ec11689acccc053f081f2df2 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-25fix pgaas shell script errorTony Hansen3-5/+0
and a blueprint syntax error Change-Id: I2f2da66ecc5950cf4e8f3f84dd92e7f7ca090756 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-128 Signed-off-by: Tony Hansen <tony@att.com>
2017-10-24fix refs to ccsdk.storage.pgaas in blueprintsTony Hansen4-10/+15
the files were moved and the variable needs to expand properly fix path for check-blueprint-vs-input Change-Id: Iacb0e4255300b3d9543d5e7dd88b0bca4ceddc61 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: CCSDK-128 Signed-off-by: Tony Hansen <tony@att.com>
2017-10-21fix blueprint for vesVijay1-17/+8
Issue-Id:DCAEGEN2-128 Change-Id: I648e6f483ca75b9344eb096bd0dd2084f605d982 Signed-off-by: Vijay <vv770d@att.com>
2017-10-19Fix DockerBP getting empty pub IP problemLusheng Ji1-1/+4
Issue-Id: DCAEGEN2-128 Change-Id: I87f682a5aa7288de03711fff9d78f36b3a9fe306 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-19Fix consul join prematurely problemLusheng Ji1-2/+4
Issue-Id: DCAEGEN2-128 Change-Id: Ife91f88000652a1ce1bde55d2c78dedce83f026a Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-17Merge "tca policy update"Lusheng Ji1-1/+1
2017-10-17Add health checks for docker host and schMichael Hwang2-1/+20
Change-Id: I055d05e4c8475bd39077ce5df3834fd53641b322 Issue-Id: DCAEGEN2-142 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-17tca policy updateVijay1-1/+1
Issue-Id:DCAEGEN2-130 Change-Id: I6eb0821abbb6e6f5f225e645c997645a14ca2c1e Signed-off-by: Vijay <vv770d@att.com>
2017-10-17Update inputs.yaml for new cloud_init locationLusheng Ji1-1/+1
Issue-Id: DCAEGEN2-128 Change-Id: Ideebfdba8a13e4b561defcee202d8f3e72a9a9c1 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-17Update cloud_init script locations for CDAP BPLusheng Ji1-2/+1
Issue-Id: DCAEGEN2-128 Change-Id: I6804140d2f03b98c4b4a2ed66ab1a79f3a9e79c0 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-16Adjust for new location of cloud_init scriptsLusheng Ji2-2/+3
Issue-Id: DCAEGEN2-128 Change-Id: I086602f0aa3d4aec567b66703a549c7ce3b53d39 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-15Templatize invinputs and phinputs, mod inputs.yamlLusheng Ji3-8/+7
Issue-Id: DCAEGEN2-127 Change-Id: I6d54c3dbb638994587db0ae4d57e8f54f4f6d813 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-15Add BP input templatesLusheng Ji6-0/+242
Issue-Id: DCAEGEN2-128 Change-Id: I0f7de519b6c327b421f4d47f8cf6ee6d819c618a Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-13Fix blueprint push locationLusheng Ji2-2/+6
Issue-Id: DCAEGEN2-128 Change-Id: Icc62dd8c10101b57cdde3d98bbfd6cc6c189055d Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-13Fix consul binary unzipping in DockerBpMichael Hwang1-2/+3
Change-Id: I2c7435f3127cc472521101554f57dcb41ec4a3fc Issue-Id: DCAEGEN2-151 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-12Add TCA blueprint (templatized)Lusheng Ji2-3/+104
Issue-Id: DCAEGEN2-128 Change-Id: I1d86184aa0cf7c6a40ab123cedcd06e9d3916071 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-11Merge "fix inputs, template expander, add tests"Lusheng Ji6-132/+67
2017-10-11fix inputs, template expander, add testsTony Hansen6-142/+77
rewrite the template expander: 1) faster 2) handle multiple line variables 3) add new ONAPTEMPLATE_STANDARD_INPUTS_TYPES variable fix inputs directives in pgaas templates by using ONAPTEMPLATE_STANDARD_INPUTS_TYPES add call to check-blueprint-vs-input to test_templates Change-Id: I4ffc220d7e1f4820b271d055b5de3961ca236983 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-128 Signed-off-by: Tony Hansen <tony@att.com>
2017-10-11Fix docker bp to run in build envMichael Hwang1-5/+9
* Make sure consul binary is unzipped * Spawn target_datacenter input Change-Id: I271cfecf24f5279048c81b4b134a022f66e165c8 Issue-Id: DCAEGEN2-151 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-11Merge "Fix node type names and remove refs to "fake""Tony Hansen5-25/+11
2017-10-11Fix node type names and remove refs to "fake"Andrew Gauld5-25/+11
Change-Id: I7ebc4bc467d1df78dbfb8e4d3a5403331aa737fb Issue-Id: DCAEGEN2-149 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-10-11missing check-blueprint-vs-input fileTony Hansen1-0/+262
finish movement of check-blueprint-vs-input from dcaegen2/utils to dcaegen2/blueprints Change-Id: Id18068405289c3ede4c4cd165d4e26db2d2c76f4 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-128 Signed-off-by: Tony Hansen <tony@att.com>
2017-10-11Fix line break in plugin URLLusheng Ji2-4/+2
Issue-Id: DCAEGEN2-128 Change-Id: I533d47c5b61ab33e0ab71ad5e5ab64e52dd8fe9c Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10Use new plugin location in VESLusheng Ji1-0/+105
Issue-Id: DCAEGEN2-128 Change-Id: I8b915162d0b01ded1f5b7444739c319b38bbf606 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10Use new plugin location in PGaaS BPsLusheng Ji3-3/+3
Issue-Id: DCAEGEN2-128 Change-Id: I789fdd3579cd29b6069e57d3c4fe5850e2cfa517 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10Use new plugin location in policy-handler BPLusheng Ji1-3/+3
Issue-Id: DCAEGEN2-128 Change-Id: I4e542c94f228f1bf74636ac61ce29e5cecd8f39e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10Use new plugin location in inventory BPLusheng Ji1-2/+2
Issue-Id: DCAEGEN2-128 Change-Id: Ie633a6262913779beb27695001c61a29235336d2 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10Use new plugin location for DockerBPLusheng Ji1-2/+4
Issue-Id: DCAEGEN2-128 Change-Id: Ia4d940c5f9377570ab770f1c875890614817d20d Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10Use new plugin location for DeploymentHandler BPLusheng Ji1-3/+5
Issue-Id: DCAEGEN2-128 Change-Id: Ib4ac19d010e4eee36785256507a0bf61806a9921 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10Use new plugin location in configbinding bpLusheng Ji1-4/+4
Issue-Id: DCAEGEN2-128 Change-Id: Iaca5152df8691d5b762f940e7d575004fefe9f55 Signed-off-by: Lusheng Ji <lji@research.att.com>