[
https://issues.apache.org/jira/browse/STRATOS-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shavindri Dissanayake updated STRATOS-1276:
-------------------------------------------
Description:
The deploy.sh in the single cartridge sample [1] adds 2 network partitions. As
mentioned by Lahiru, the 2nd network partition [2] is not required thus needs
to be removed from the deploy.sh file and in the undeploy.sh file.
[1]
<STRATOS_SOURCE_HOME>/samples/applications/single-cartridge/scripts/common/deploy.sh
[2] curl -X POST -H "Content-Type: application/json" -d
"@${network_partitions_path}/network-partition-2.json" -k -v -u admin:admin
https://${host_ip}:${host_port}/api/networkPartitions
was:
The deploy.sh in the single cartridge sample [1] adds 2 network partitions. As
mentioned by Lahiru, the 2nd network partition is not required thus needs to be
removed from the deploy.sh file and in the undeploy.sh file.
[1]
<STRATOS_SOURCE_HOME>/samples/applications/single-cartridge/scripts/common/deploy.sh
> Single Cartridge Sample - depoly.sh
> -----------------------------------
>
> Key: STRATOS-1276
> URL: https://issues.apache.org/jira/browse/STRATOS-1276
> Project: Stratos
> Issue Type: Bug
> Components: Sample Applications
> Affects Versions: 4.1.0 Alpha
> Reporter: Shavindri Dissanayake
> Priority: Minor
>
> The deploy.sh in the single cartridge sample [1] adds 2 network partitions.
> As mentioned by Lahiru, the 2nd network partition [2] is not required thus
> needs to be removed from the deploy.sh file and in the undeploy.sh file.
> [1]
> <STRATOS_SOURCE_HOME>/samples/applications/single-cartridge/scripts/common/deploy.sh
> [2] curl -X POST -H "Content-Type: application/json" -d
> "@${network_partitions_path}/network-partition-2.json" -k -v -u admin:admin
> https://${host_ip}:${host_port}/api/networkPartitions
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)