summaryrefslogtreecommitdiffstats
path: root/blueprints
AgeCommit message (Collapse)AuthorFilesLines
2017-10-11Merge "fix inputs, template expander, add tests"Lusheng Ji4-84/+12
2017-10-11fix inputs, template expander, add testsTony Hansen4-94/+22
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-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-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>
2017-10-10Merge "Use new plugin locations"Tony Hansen1-4/+4
2017-10-10Use new plugin locationsLusheng Ji1-4/+4
Issue-Id: DCAEGEN2-128 Change-Id: I62b00d1954a5aa7a37ef0095ffdd473012336989 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-10fix merge conflictTony Hansen1-3/+0
Change-Id: Id2a0760f7ca940646c9c42cd3cef497b4d579503 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-128
2017-10-09Cleanup broker and cbs blueprintsTommy Carpenter2-15/+7
Issue-ID: DCAEGEN2-117 Change-Id: I2307f05b967601aaf5ebc2d8bda6d1f31db89ef0 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-10-06fix type file referencesTony Hansen11-15/+15
try to fix blueprints to where the files actually are in nexus note: relationships types file is still missing Change-Id: If7ee9a2b35828a4ce9f630141bc07290a1852280 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-128
2017-10-03fix up license text, descriptionsTony Hansen15-6/+152
make all license blocks more comparable Change-Id: I57b6270b05b69845a9abb4e1061cf36f14e2b434 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: DCAEGEN2-49
2017-10-02update pgaas blueprintsTony Hansen5-24/+25
mv check-blueprint-vs-input here from utils fix minor changes pointed out by check-blueprint-vs-input Change-Id: Ie9383858177b7df2b068c4171280322c4f5a214f Signed-off-by: Tony Hansen <tony@att.com> Issue-Id: DCAEGEN2-49 Signed-off-by: Vijay <vv770d@att.com>
2017-09-29 update pgaas blueprintsTony Hansen5-0/+1124
DO NOT MERGE YET update the blueprints Change-Id: Iabadee34fd308a79945f5d2c6c93a0a627aa0640 Signed-off-by: Tony Hansen <tony@att.com> Issue-id: DCAEGEN2-49 Signed-off-by: Tony Hansen <tony@att.com>
2017-09-20Add CBS and brokerTommy Carpenter2-0/+129
Issue-ID: DCAEGEN2-117 Change-Id: Ief36e80a17f2c15efc4444d803f0daa2f984abf4 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
2017-09-19blueprint for policy_handler installationAlex Shatov2-0/+119
* template for cloudify blueprint for installing the policy-handler * also contains the sample app-config - required for info on policy-engine * removed unused SOMEVAR from input to policy-handler * added description of fields in app-config of policy-hanlder Change-Id: I27dc529259901b25ffaa39e7e38dc1e1a59d93f5 Issue-Id: DCAEGEN2-62 Signed-off-by: Alex Shatov <alexs@att.com>
2017-09-12Add in a postgres node into inventory blueprintMichael Hwang1-1/+29
Change-Id: I513ce92fe6ac1db9e29525bcb029f53d1a27ccf2 Issue-Id: DCAEGEN2-101 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-12Add blueprint for docker host and inventoryMichael Hwang2-0/+443
Change-Id: I94c3490aff836546902aeb06139ba7de3254274a Issue-Id: DCAEGEN2-101 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-11Use -template file namesLusheng Ji4-0/+0
Issue-Id: DCAEGEN2-60 Change-Id: Ie0cf5ba638adfc5a3f3fa32f2aea874d319536ee Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-09Fix mvn script, move pom plugin confLusheng Ji1-94/+0
Issue-Id: DCAEGEN2-60 Change-Id: I83f2e43a09c6a4a0c1ab046022ff6d6d4ec66de4 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-08Add centos consul blueprintsLusheng Ji2-0/+620
Issue-Id: DCAEGEN2-101 Change-Id: I7a27f4c231614a3531cf69855590078d81ef667e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-08Fix group idLusheng Ji1-2/+2
Issue-Id: DCAEGEN2-60 Change-Id: I6bb356d18ac57bc233175e52df6c84b63f9162b6 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-06Expand templates for blueprintsLusheng Ji3-145/+98
Issue-Id: DCAEGEN2-60 Change-Id: I22f8576b8e85ebe2fda6c245cc92d90bdb907cea Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-31Add deployment handler blueprintJack Lucas2-0/+122
Change-Id: I08e728f7278e6ce1048fee1c6a50bbec412c9c10 Issue-Id: DCAEGEN2-78 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2017-08-29Update LICENSE.txt, pom.xml, mvn script, etcLusheng Ji1-0/+315
Issue-Id: DCAEGEN2-86 Change-Id: Ib89720e62bb74e0913d6a7a3e91b5a2fe05bf815 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-22Seed code for deploying DCAEAndrew Gauld1-0/+1062
Change-Id: I9e99d9c6b9ea02cca974b980e64fdec69f3e5517 Issue-Id: DCAEGEN2-78 Signed-off-by: Andrew Gauld <ag1282@att.com>