diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-21 21:20:48 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-21 21:20:48 +0000 |
commit | 9c605b3c4f84e87a279ae3d4367fa3c23c5c666c (patch) | |
tree | b16d7e437c3ab10d4f9834568fd575a391060426 | |
parent | 00e926ef5a1a809bd0f6cf19b53b41419a19c2ae (diff) | |
parent | 18313fe3ce0186352e20ea0c5b2caa0258df1068 (diff) |
Merge "Define step input as a Number type"
-rw-r--r-- | puppet/blockstorage-config.yaml | 3 | ||||
-rw-r--r-- | puppet/cephstorage-config.yaml | 3 | ||||
-rw-r--r-- | puppet/compute-config.yaml | 3 | ||||
-rw-r--r-- | puppet/controller-config.yaml | 3 | ||||
-rw-r--r-- | puppet/objectstorage-config.yaml | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/puppet/blockstorage-config.yaml b/puppet/blockstorage-config.yaml index 9b31b448..e455c4cb 100644 --- a/puppet/blockstorage-config.yaml +++ b/puppet/blockstorage-config.yaml @@ -24,6 +24,9 @@ resources: enable_hiera: True enable_facter: False modulepath: /etc/puppet/modules:/opt/stack/puppet-modules:/usr/share/openstack-puppet/modules + inputs: + - name: step + type: Number outputs: - name: result config: diff --git a/puppet/cephstorage-config.yaml b/puppet/cephstorage-config.yaml index 4bad4a16..3f428609 100644 --- a/puppet/cephstorage-config.yaml +++ b/puppet/cephstorage-config.yaml @@ -24,6 +24,9 @@ resources: enable_hiera: True enable_facter: False modulepath: /etc/puppet/modules:/opt/stack/puppet-modules:/usr/share/openstack-puppet/modules + inputs: + - name: step + type: Number outputs: - name: result config: diff --git a/puppet/compute-config.yaml b/puppet/compute-config.yaml index 9e128d3a..2314c47d 100644 --- a/puppet/compute-config.yaml +++ b/puppet/compute-config.yaml @@ -24,6 +24,9 @@ resources: enable_hiera: True enable_facter: False modulepath: /etc/puppet/modules:/opt/stack/puppet-modules:/usr/share/openstack-puppet/modules + inputs: + - name: step + type: Number outputs: - name: result config: diff --git a/puppet/controller-config.yaml b/puppet/controller-config.yaml index 811c544d..99c7b26e 100644 --- a/puppet/controller-config.yaml +++ b/puppet/controller-config.yaml @@ -26,6 +26,9 @@ resources: modulepath: /etc/puppet/modules:/opt/stack/puppet-modules:/usr/share/openstack-puppet/modules outputs: - name: result + inputs: + - name: step + type: Number config: list_join: - '' diff --git a/puppet/objectstorage-config.yaml b/puppet/objectstorage-config.yaml index 1dee8e60..33480544 100644 --- a/puppet/objectstorage-config.yaml +++ b/puppet/objectstorage-config.yaml @@ -24,6 +24,9 @@ resources: enable_hiera: True enable_facter: False modulepath: /etc/puppet/modules:/opt/stack/puppet-modules:/usr/share/openstack-puppet/modules + inputs: + - name: step + type: Number outputs: - name: result config: |