Plugin code markups advised by Stepan Rogov

1. In metadata.yaml:
- Remove the multinode, because MOS 7.0 have only HA.
- package_version should be 3.0

2. in pre_build_hook
- you've download the fuel puppet manifests, but you've not use it, please remove

Change-Id: If54183ccfb03ebf8e7975c41e6c3092783b4b7f8
This commit is contained in:
Neil Jerram 2016-03-08 10:47:47 +00:00
parent 7b11667f70
commit 37ae7d936a
2 changed files with 2 additions and 20 deletions

View File

@ -21,9 +21,9 @@ groups: ['network']
releases:
- os: ubuntu
version: 2015.1-7.0
mode: ['ha', 'multinode']
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '2.0.0'
package_version: '3.0.0'

View File

@ -1,18 +0,0 @@
#!/bin/bash
# Add here any the actions which are required before plugin build
# like packages building, packages downloading from mirrors and so on.
# The script should return 0 if there were no errors.
#!/bin/bash
set -eux
ROOT="$(dirname `readlink -f $0`)"
MODULES="${ROOT}"/deployment_scripts/puppet/modules
mkdir -p "${MODULES}"
REPO_PATH='https://github.com/stackforge/fuel-library/tarball/f43d885914d74fbd062096763222f350f47480e1'
RPM_REPO="${ROOT}"/repositories/centos/
DEB_REPO="${ROOT}"/repositories/ubuntu/
wget -qO- "${REPO_PATH}" | \
tar -C "${MODULES}" --strip-components=3 -zxvf - \
stackforge-fuel-library-f43d885/deployment/puppet/{inifile,stdlib}