diff options
author | Jack Lucas <jflucas@research.att.com> | 2017-10-11 21:10:08 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2017-10-11 21:11:20 +0000 |
commit | 1e353cb130e0f9ea8315bb03502215b70525bc8d (patch) | |
tree | 8d2a275fd88841836727ed7c3d5982d8018a374e | |
parent | 3be2e7804cee3c408a95027884b327ff514bcdf5 (diff) |
Add plugins to installation list
Change-Id: I4d44da27151b6926f6c8540eb4150b8a5c4646b1
Issue-Id: DCAEGEN2-154
Signed-off-by: Jack Lucas <jflucas@research.att.com>
-rwxr-xr-x | bootstrap/installer-docker.sh-template | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap/installer-docker.sh-template b/bootstrap/installer-docker.sh-template index 455561b..bf0f3fc 100755 --- a/bootstrap/installer-docker.sh-template +++ b/bootstrap/installer-docker.sh-template @@ -230,13 +230,17 @@ sed <simple-manager-blueprint-inputs.yaml >bootstrap-inputs.yaml \ -e "s;.*ignore_bootstrap_validations: .*;ignore_bootstrap_validations: true;" \ # Add plugin resources -# TODO Add the other plugins when they're available +# TODO Maintain plugin list as updates/additions occur cat >>bootstrap-inputs.yaml <<'!EOF' plugin_resources: - 'http://repository.cloudifysource.org/org/cloudify3/wagons/cloudify-openstack-plugin/1.4/cloudify_openstack_plugin-1.4-py27-none-linux_x86_64-centos-Core.wgn' - 'http://repository.cloudifysource.org/org/cloudify3/wagons/cloudify-fabric-plugin/1.4.1/cloudify_fabric_plugin-1.4.1-py27-none-linux_x86_64-centos-Core.wgn' - '{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/plugins/dnsdesig-1.0.0-py27-none-any.wgn' - '{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/plugins/sshkeyshare-1.0.0-py27-none-any.wgn' + - '{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/plugins/cdapcloudify/cdapcloudify-14.2.5-py27-none-any.wgn' + - '{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/plugins/dcaepolicyplugin/dcaepolicyplugin-1.0.0-py27-none-any.wgn' + - '{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/plugins/dockerplugin/dockerplugin-2.4.0-py27-none-any.wgn' + - '{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/plugins/relationshipplugin/relationshipplugin-1.0.0-py27-none-any.wgn' !EOF # # And away we go |