This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
copper:academy:joid:congress [2016/02/19 15:47] Bryan Sullivan |
copper:academy:joid:congress [2016/02/25 01:22] (current) Bryan Sullivan |
||
---|---|---|---|
Line 7: | Line 7: | ||
The install currently occurs via four bash scripts provided in the copper repo. See these files for the detailed steps: | The install currently occurs via four bash scripts provided in the copper repo. See these files for the detailed steps: | ||
- | * [[https://git.opnfv.org/cgit/copper/tree/components/congress/joid/install_congress_1.sh|install_congress_1.sh]]: copies install_congress_2.sh to the controller node and invokes it via ssh. | + | * [[https://git.opnfv.org/cgit/copper/tree/components/congress/joid/install_congress_1.sh|install_congress_1.sh]]: creates the linux container for the congress server on the controller node, starts the congress server, copies install_congress_2.sh to the congress server and invokes it via ssh. |
- | * [[https://git.opnfv.org/cgit/copper/tree/components/congress/joid/install_congress_2.sh|install_congress_2.sh]]: creates the linux container for congress on the controller node. | + | * [[https://git.opnfv.org/cgit/copper/tree/components/congress/joid/install_congress_2.sh|install_congress_2.sh]]: installs congress in the congress server. |
- | * [[https://git.opnfv.org/cgit/copper/tree/components/congress/joid/install_congress_3.sh|install_congress_3.sh]]: copies install_congress_4.sh to the congress container and invokes it via ssh. Currently requires one parameter which is the congress container IP address (to be scripted when a way to do this is figured out). | + | |
- | * [[https://git.opnfv.org/cgit/copper/tree/components/congress/joid/install_congress_4.sh|install_congress_4.sh]]: installs congress in the congress container. | + | |
== If you need to start over == | == If you need to start over == |