[fuel-plugin] Align with fuel 10.0/newton 81/24781/2
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Wed, 23 Nov 2016 17:14:55 +0000 (20:14 +0300)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Tue, 29 Nov 2016 07:51:13 +0000 (10:51 +0300)
Change-Id: I928927041e95eed6f851010265db54f7651face3
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
fuel-plugin/Dockerfile
fuel-plugin/deployment_tasks.yaml
fuel-plugin/metadata.yaml

index ef2e90b..58ca19e 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-FROM ubuntu:14.04.3
+FROM ubuntu:16.04
 RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo
 RUN chmod 0440 /etc/sudoers.d/open-sudo
index 0aee295..55f91ff 100644 (file)
@@ -1,9 +1,11 @@
 - id: kvm_install
   type: puppet
-  version: 2.0.0
+  version: 2.1.0
   role: [compute]
   required_for: [post_deployment_end]
   requires: [post_deployment_start]
+  condition:
+    yaql_exp: changed($.get('fuel-plugin-kvm'))
   parameters:
     puppet_manifest: puppet/manifests/kvm-install.pp
     puppet_modules: puppet/modules:/etc/puppet/modules
index 04beeed..5f7e42f 100644 (file)
@@ -3,11 +3,11 @@ name: fuel-plugin-kvm
 # Human-readable name for your plugin
 title: fuel-plugin-kvm
 # Plugin version
-version: '0.9.0'
+version: '1.0.0'
 # Description
 description: 'This plugin provides to deploy kvm'
 # Required fuel version
-fuel_version: ['9.0']
+fuel_version: ['10.0']
 # Specify license of your plugin
 licenses: ['Apache License Version 2.0']
 # Specify author or company name
@@ -21,7 +21,7 @@ groups: ['hypervisor']
 # The plugin is compatible with releases in the list
 releases:
   - os: ubuntu
-    version: mitaka-9.0
+    version: newton-10.0
     mode: ['ha']
     deployment_scripts_path: deployment_scripts/
     repository_path: repositories/ubuntu