diff --git a/install/common/deployment-service.yaml b/install/common/deployment-service.yaml index ac6a02a..6ec8b56 100644 --- a/install/common/deployment-service.yaml +++ b/install/common/deployment-service.yaml @@ -30,7 +30,7 @@ inputs: default bootstrap script does) or remote URL in which case file will be downloaded for you (in 99% of cases this will be link to git tarball on Github). - default: https://github.com/dice-project/DICE-Deployment-Service/archive/develop.tar.gz + default: https://github.com/dice-project/DICE-Deployment-Service/archive/0.3.2.zip enable_debug: description: > diff --git a/install/fco.yaml b/install/fco.yaml index e20a3c2..d2835f6 100644 --- a/install/fco.yaml +++ b/install/fco.yaml @@ -1,5 +1,5 @@ tosca_definitions_version: cloudify_dsl_1_3 imports: - - http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/develop/plugin.yaml + - http://dice-project.github.io/DICE-Deployment-Cloudify/spec/fco/0.2.1/plugin.yaml - common/deployment-service.yaml diff --git a/install/openstack.yaml b/install/openstack.yaml index c489256..724b6e5 100644 --- a/install/openstack.yaml +++ b/install/openstack.yaml @@ -2,5 +2,5 @@ tosca_definitions_version: cloudify_dsl_1_3 imports: - - http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/develop/plugin.yaml + - http://dice-project.github.io/DICE-Deployment-Cloudify/spec/openstack/0.2.1/plugin.yaml - common/deployment-service.yaml