diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-16 21:13:11 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-27 14:40:39 +0200 |
commit | 36e4b9754dedef27637c09b510829f686bd469e4 (patch) | |
tree | 6053446a679f47b5f3b9be54d6fea9bae3576511 /mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/.gitignore | |
parent | 0e8c582713d70e00975e9a002898bc5cce66eee4 (diff) |
PDF parsing support
- add new git submodule pointing to OPNFV Pharos;
- use Pharos 'generate_config.sh' to parse the PDF using the Fuel
installer adapter and generate <pod_config.yml> dynamically;
- build <pod_config.yml> outside current git repo and sync separately
to prevent sensitive data leak;
- add <pod1.yaml> PDF sample based on LF-POD2, should be used with
'ci/deploy.sh -l local -p pod1';
Change-Id: I4e1b95f180bcd5ade5d86f516628eb8edbe64b1c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/.gitignore')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/.gitignore b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/.gitignore index 4b9ab2b95..bf6a84be7 100644 --- a/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/.gitignore +++ b/mcp/reclass/classes/cluster/all-mcp-ocata-common/opnfv/.gitignore @@ -1 +1,2 @@ runtime.yml +pod_config.yml |