summaryrefslogtreecommitdiffstats
path: root/installation
AgeCommit message (Collapse)AuthorFilesLines
2018-04-26Merge "Fix add-apt-repository"Dan Timoney1-1/+1
Former-commit-id: 4a781d41043dd398b59de1639df5c060b59b920b
2018-04-26Fix add-apt-repositoryTimoney, Dan (dt5972)1-1/+1
When run from command line, add-apt-repository waits for user prompt to continue. Redirecting stdin to /dev/null allows installation to proceed without prompt. Change-Id: Ia646e775a3fcfba6100ffea05c48d6d6bc2f498d Issue-ID: SDNC-288 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 52a359f2a7710eb2a4373b277485c2c7f34af69a
2018-04-26Property file for LCM DGsRuchira Agarwal1-0/+19
Property file for LCM DGs Change-Id: I8f5e115a65f779c8b7136cfcf29e165b3527d4a0 Issue-ID: SDNC-289 Signed-off-by: Ruchira Agarwal <ra1926@att.com> Former-commit-id: 798f8776ccd874ae3e4192b8e5c578fb70dbad74
2018-04-26Move pip installs from DockerfileTimoney, Dan (dt5972)2-6/+14
Pip install seems to fail in Dockerfile. Instead, move pip installs to a startup script so that they can be done on initial container startup. Change-Id: I3125307d5f9bfc980d8f9ed0bba108a5536548fd Issue-ID: SDNC-288 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 3c48ffbeda720569fbfb8fac3e5db1cd0551474b
2018-04-25Merge "Add missing components in sdnc docker container"David Stilwell2-24/+101
Former-commit-id: ae04d56b7000554b1189a7b4bad0db24d1af315a
2018-04-24LCM Ansible Server DockerRuchira Agarwal14-0/+2154
Add CM Ansible Server Docker Container Change-Id: I673cfd6dce5d2e96954fc6700a12a849f46dae5a Issue-ID: SDNC-288 Signed-off-by: Ruchira Agarwal <ra1926@att.com> Former-commit-id: c051fe64ed0ddd6aeb26f8b2af9adfe7011a4dc0
2018-04-24LCM Ansible Server DockerRuchira Agarwal1-0/+1
Add CM Ansible Server Docker Container Change-Id: I019a3b3da6501cf82804d82e19828e66d0db8979 Issue-ID: SDNC-288 Signed-off-by: Ruchira Agarwal <ra1926@att.com> Former-commit-id: 10e2cd837c9723b207dabe6f17d0be7eff8f1442
2018-04-24Add missing components in sdnc docker containerTimoney, Dan (dt5972)2-24/+101
Add missing components (ansible-adapter, lcm) to SDNC docker container. Also, version.properties and some pom.xmls so that release build of 1.3.1 works properly. Change-Id: I1e3e0a0a5b3ed7c6b584cae6c26a4afe503cebcf Issue-ID: SDNC-287 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: db25748dd03f8d48378130059ebde0fc70b7e58a
2018-04-18Fix location of idmlight db fileTimoney, Dan (dt5972)1-1/+1
In Nitrogen release, idmlight db file is in /data, not . Fixed Dockerfile to install in correct directory so that admin password will be default ONAP password instead of default admin password. Change-Id: I01b41ae14d39fef6d2ed3775b272e403d159aa9e Issue-ID: SDNC-283 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 908c4c5a634deb9d51a70c051f0788ef64796eff
2018-04-13Create host keyTimoney, Dan (dt5972)1-0/+2
Call ccsdk create host key script to create karaf host key if needed before initial ODL startup. Change-Id: I04dba06652454c2f213e7a5ee86b7f9ed05b256c Issue-ID: CCSDK-241 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 9144514849c23a2bcc9396123f02ba5990d98c55
2018-04-11Add sleep after stopTimoney, Daniel (dt5972)1-0/+2
In karaf 4, the 'stop' command returns before the container is actually stopped. So, need to add a sleep to wait for container to come down after stop is issued before trying to restart it. Change-Id: Id6e966e0f510a245cbc28b49dc571ffd242050e4 Issue-ID: SDNC-279 Signed-off-by: Timoney, Daniel (dt5972) <dt5972@att.com> Former-commit-id: e29882feffe604e5124c126518080e5505ef9c37
2018-04-11Add missing groupIdTimoney, Dan (dt5972)1-0/+1
Add missing groupId in installation/dmaap-listener/pom.xml which causes dmaap-listener docker build to fail. Change-Id: I01bf2918a07f863352ae958a7f76eaa2fce48c40 Issue-ID: SDNC-279 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 1ab05880f8b8c32a7e4149c6103b88144e17e0e4
2018-04-10Add missing groupIdDan Timoney1-0/+1
Add missing groupId to ueb-listener/pom.xml Change-Id: Ieec9af56ba6ed771311143955fb7cce2e31ff288 Issue-ID: SDNC-279 Signed-off-by: Dan Timoney <dt5972@att.com> Former-commit-id: 253ea203cf93ba4970590275c2f2f4e0d2ebd87a
2018-04-10Fix spacing in groovy scriptsTimoney, Dan (dt5972)2-32/+12
Fixed groovy scripts broken most likely by Eclipse format command. Change-Id: I7adc83c5d3f1753504b9673d7946ec1deb6663c1 Issue-ID: SDNC-279 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: e00ec90c97a0da9539ba8571c6ef895861323199
2018-04-06Fix timestamp formatTimoney, Dan (dt5972)4-0/+4
Docker deploy failing due to error in timestamp portion of tag Change-Id: Ic7321fffffd88f7b8dc4a77f00cb20b4d7ae9438 Issue-ID: SDNC-279 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 006db5462072f0245a419087337e5744e1c9c910
2018-04-04Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: Id3394aa24af48b0abf116af98670b3c24e5f0a02 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Former-commit-id: b664c2b6d17703347f674c2f05af73739cd8809f
2018-03-29SDN-C Geo Config clusteringTrevor Tait3-10/+221
Change-Id: I87ec947aac9df9afb6ef0f308f9626da3d835715 Signed-off-by: Trevor Tait <rtait@amdocs.com> Issue-ID: SDNC-214 Former-commit-id: fb0364efc775685a534f711096253f73640434c3
2018-03-28Multi-site High-availability Manual Failover (PoC)Prudence Au4-0/+163
Change-Id: I690a52ec26acaf6c0d81a7a4f5dc9f922409be33 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: SDNC-214 Former-commit-id: d031a8ebdf7201a4616f195762ecf7afc4c79aa7
2018-03-20Add missing containers to docker-compose.ymlTimoney, Dan (dt5972)1-0/+38
Add missing ueb-listener and dmaap-listener containers to docker-compose.yml. Change-Id: Ia5b32080524a8dc7b608c037e2e71593eae993c6 Issue-ID: SDNC-177 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: d21a1b3a5e05b5466c792d5ee7298df5ab714a51
2018-03-20Fix paths in docker-compose.ymlTimoney, Dan (dt5972)1-42/+2
Fix paths and versions in docker-compose.yml to correct values for Beijing release. Change-Id: I74f9238397ed5687d948ed525fb818fbd5ce64d2 Issue-ID: SDNC-277 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: f62137b244e64bfaf0d9aa9b606597e59774ea27
2018-03-01Nitrogen port : sdnc-oamTimoney, Dan (dt5972)10-295/+83
Update sdnc-oam to create docker containers based on ODL Nitrogen release. Change-Id: If8df28c417a2dec69be6eee2fc4521541126085a Issue-ID: SDNC-269 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 2822ea7882e20879b1556bf98cf28695f5052348
2017-12-11SDNC ODL cluster POCHao Kuang1-0/+29
Issue-ID: SDNC-163 Change-Id: I593b4d7e36e59ebcc3585029f65b24b185172cb2 Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com> Former-commit-id: 1d556c7996f91cd9a0d28aadb1ee922d44042e60
2017-11-30Add keytool script to sdnc installationramu.n3-0/+17
For HTTPS connection to 3rd party controller need to create sdnc client key file Change-Id: I7f7429ddca0952e7bb6153273713dc8ff129e3ac Issue-ID: SDNC-179 Signed-off-by: Ramu N <ramu.n@huawei.com> Former-commit-id: 997040ec141b9799a37eaf527bba10e7f5d75b2a
2017-11-21Bump minor versionJessica Wagantall7-15/+15
Bump minor version in preparation for Amsterdam branching. Change-Id: I358cf1088dc4db14d0714bee880402bcbc88ff07 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Former-commit-id: 05c024c1bdb89f2eeb812b69ec528666bb7cb743
2017-11-17Use ccsdk.sli.northbound.version in UEB pom.xmlMarcus G K Williams1-3/+3
Issue-Id: SDNC-194 Change-Id: Ic879557e4c0483f31499ca69bbc0e16c1fec41d4 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: c34c0899eb523498323028c564031867c2290c45
2017-11-17Update UEB-Listener to CCSDK ver. 0.1.1-SNAPSHOTMarcus G K Williams1-1/+1
Issue-Id: SDNC-194 Change-Id: I33444ad453501383eac315222c02a8a69736b21d Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: b5d9d7362c146eea59d22ff4bfdb9c652e6b367b
2017-11-15Update to use nb version 1.2.2v1.2.11.0.0-ONAP1.0.0-AmsterdamDan Timoney2-2/+2
Update to use released version of CCSDK docker images (v0.1.0) and to use version 1.2.2 of sli/northbound. Change-Id: Iea82fe2619b6587d1f69adea0c0621cec9afa2b1 Issue-ID: SDNC-74 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 3e3d50b89a392862d175d52e93387cc652cebe09
2017-11-14Fix perferredRoute pathBrian Freeman1-1/+1
Issue0ID: CCSDK-142 Change-Id: If47941e6a0cba4e61b48267fd7ccd623691cb464 Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 8ed487e647e5838e4a66519d8225477b0ec8bdad
2017-11-13Merge "Update ccsdk sli northbound version"Marcus Williams1-2/+3
Former-commit-id: 2f17babe76901bc37e2268a2b99b6c89f6df36ce
2017-11-13Update ccsdk sli northbound versionDan Timoney1-2/+3
Update dmaap-listener docker to use version 0.1.1 of ccsdk sli northbound, which contains DHCP fix. Change-Id: I13755af0e442b3d180dac86a566464737a133351 Issue-ID: SDNC-165 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 4f936491ae22f022062a75aab94d8b2237c0b5a4
2017-11-12Fix properties for ONAP testsBrian Freeman3-6/+6
Issue-ID: CCSDK-142 Change-Id: I1aa0e241308a72a3a6458f628173387661e8f3c8 Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 633172361e57e3b314feb9bc7cae83e6c9b6987b
2017-11-10Update dmaap configDan Timoney4-13/+22
Update DMAAP configuration to use new SdncDhcpEvent handler Change-Id: I71bca9ef7beb0dd0b2357d451932869918e301c4 Issue-ID: SDNC-165 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: cc150b20f4c5be8de45577405ae80238846109b0
2017-11-09Merge "vGW VF HEAT Parameters"Marcus Williams1-1/+3
Former-commit-id: ca2f8ad39af9591a98212a1a1ba77490594e2a1e
2017-11-09vGW VF HEAT ParametersBrian Freeman1-1/+3
Issue-ID: SDNC-176 Change-Id: Ibd43a8dccf97b84a525a2a3a72245ad0f994aa45 Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 744cbc430faa713bc77361fe57e4814b96fe492f
2017-11-09Roll to version 1.2.1-SNAPSHOTDan Timoney5-10/+10
Roll to next release version Change-Id: I626a1636d188b14e493c5da4e7fcb74c2435c3f4 Issue-ID: SDNC-74 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c0eb3029f02d194efb49ecf2825beed244376d17
2017-11-08Update SDNC oam installationlalena.aria1-1/+1
Changes made: Removed relevant-artifact-types TOSCA_TEMPLATE Change-Id: I2f1f3c47598ecfffc5db2b591717c6c94b9ce232 Issue-ID: SDC-564 Signed-off-by: lalena.aria <lalena.aria@att.com> Former-commit-id: 8d5451578afcbf6e23359d046c310b17088c621f
2017-11-07Save brg service to md-sal in DGMarcus G K Williams1-0/+3
Issue-Id: SDNC-176 Change-Id: I406f53a00512ef5c656149d2090b94e12328398b Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 204da530ab853b8825c1acec5a68e11194bd24d0
2017-11-06Merge "Fix tunnelxconn template value"Dan Timoney1-1/+1
Former-commit-id: 5041853075d062774922a2b2f8e47899a22c3916
2017-11-06Merge "Add dmaaplistener to modules, installation pom.xml"Dan Timoney1-1/+2
Former-commit-id: 9263e8ea78e84cb220e2f4d8e03fade3cf13a44f
2017-11-05Add dmaaplistener to modules, installation pom.xmlMarcus G K Williams1-1/+2
Issue-Id: SDNC-165 Change-Id: I2db5f9bb3a92d0578d53e5ae8de6925fa1d0c36a Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 19e8dee9583c7de29a560466eb95835010531e79
2017-11-05Fix tunnelxconn template valueMarcus G K Williams1-1/+1
Issue-Id: SDNC-164 Change-Id: I910c4254950796645aa95cca334018f418d14bbb Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: e6d6e096fff5a2e5d425432ce3e69460b057c16a
2017-11-05Fix container name for dmaapBrian Freeman1-1/+1
Issue-ID: SDNC-165 Change-Id: Ib393086b8078f0a30dfa9710400559936258af6b Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 8cecd7baa69f70d163886810159f104817d07cc8
2017-11-05Merge "Fix honeycomb password in dg.properties"Dan Timoney1-1/+1
Former-commit-id: 0b0fb6f8e80bf0d0299256a0659bef0b16c1fbed
2017-11-04Fix honeycomb password in dg.propertiesMarcus G K Williams1-1/+1
Issue-Id: SDNC-164 Change-Id: Id99c8a17af95ac757e5d2684d60f66701877f654 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 9350ce213ce5603ce55cbb17db3a58b8b224de38
2017-11-04Fix mdsal-resource passwdBrian Freeman1-1/+1
Issue-ID: SDNC-168 Change-Id: Ic7b23e95a86ea99cc24c874a710781fa495b96d2 Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 03a19042c2bf0c47f7097a90827ed6b78e7e9a66
2017-11-03Merge "Update brg activate and tunnelxconn create DGs"Dan Timoney1-3/+4
Former-commit-id: f6c0fb7b0fa5a88e6c376b14356b4c4c45843467
2017-11-03Update brg activate and tunnelxconn create DGsMarcus G K Williams1-3/+4
This update adds RestApiCallNode calls to tunnelxconn create DG to configure xconnect for vCPE VNFs and fixes order of vxlan tunnel create on brg activate DG and tunnelxconn create DG. It also converts tabs to spaces in brg-allotted-resource.json and tunnelxconn-allotted-resource.json. Issue-Id: SDNC-164 Change-Id: I72c70762df7f778ab9a8aca2040f5c424eb4dc0d Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 90aab828a230896fa60398c3f66f6fee57c73be5
2017-11-03Merge "Add dmaap listener docker container"Marcus Williams9-0/+439
Former-commit-id: 4ca0bcf5fbf73f508c8cc557d745746d219879a8
2017-11-03Add dmaap listener docker containerDan Timoney9-0/+439
Add docker container for DMAAP listener Change-Id: I1e8504d4181223027a90112ec2dc24afcec7b058 Issue-ID: SDNC-165 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 761e1086b0b2113d7c3dc794069d435054e7d1cf
2017-11-02Update brg topo activate DGMarcus G K Williams1-0/+7
brg-topology-operation-activate should setup vxlan port/tunnel between vBRG and vgMUX. This patch adds the vcpe-vpp-bridge-domain.json template and edits brg topo activate DG and the generic-resource-api-dg.properties to enable setup of the vxlan tunnel. Issue-Id: SDNC-164 Change-Id: Ic5e473f16e2fb2e90149619accc857a64c3dbbd2 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 8235f3c0e35d379937e6e12130435aa76a5ac0bf