Skip to content

Commit

Permalink
Enable deployment-dependencies file as symlink (orange-cloudfoundry/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
JCL38-ORANGE committed Jul 11, 2018
1 parent fe9845b commit 1a71fd5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public void generate(Path workDir, String serviceInstanceId, CoabVarsFileDto coa
this.generateTemplateDirectory(workDir, serviceInstanceId);

//Generate deployment dependencies file
this.generateDeploymentDependenciesFile(workDir, serviceInstanceId);
//this.generateDeploymentDependenciesFileSymLink(workDir, serviceInstanceId);
//this.generateDeploymentDependenciesFile(workDir, serviceInstanceId);
this.generateDeploymentDependenciesFileSymLink(workDir, serviceInstanceId);

//Generate coab vars file
this.generateCoabVarsFile(workDir, serviceInstanceId, coabVarsFileDto);
Expand Down
2 changes: 1 addition & 1 deletion sample-deployment/coab-depls/expected-cassandra-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cassandra
└── coab-operators.yml
└── coab-vars.yml
{0}
└── deployment-dependencies.yml
└── deployment-dependencies.yml -> ../cassandra/deployment-dependencies.yml
└── template
└── cassandra-vars.yml -> ../../cassandra/template/cassandra-vars.yml
└── coab-operators.yml -> ../../cassandra/template/coab-operators.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cassandravarsops
└── coab-operators.yml
└── coab-vars.yml
{0}
└── deployment-dependencies.yml
└── deployment-dependencies.yml -> ../cassandravarsops/deployment-dependencies.yml
└── template
└── {0}.yml -> ../../cassandravarsops/template/cassandravarsops.yml
└── cassandravarsops-vars.yml -> ../../cassandravarsops/template/cassandravarsops-vars.yml
Expand Down
2 changes: 1 addition & 1 deletion sample-deployment/coab-depls/expected-cf-mysql-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cf-mysql
└── coab-operators.yml
└── coab-vars.yml
{0}
└── deployment-dependencies.yml
└── deployment-dependencies.yml -> ../cf-mysql/deployment-dependencies.yml
└── template
└── 01-add-broker-operators.yml -> ../../cf-mysql/template/01-add-broker-operators.yml
└── 02-no-arbitrator-operators.yml -> ../../cf-mysql/template/02-no-arbitrator-operators.yml
Expand Down
2 changes: 1 addition & 1 deletion sample-deployment/coab-depls/expected-mongodb-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mongodb
└── network-vars-tpl.yml
└── network-vars.yml
{0}
└── deployment-dependencies.yml
└── deployment-dependencies.yml -> ../mongodb/deployment-dependencies.yml
└── template
└── add-prometheus-operators.yml -> ../../mongodb/template/add-prometheus-operators.yml
└── add-shield-operators.yml -> ../../mongodb/template/add-shield-operators.yml
Expand Down

0 comments on commit 1a71fd5

Please sign in to comment.