diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configguide/featureconfig.rst | 8 | ||||
-rw-r--r-- | docs/configguide/index.rst | 10 | ||||
-rw-r--r-- | docs/configguide/postinstall.rst | 4 | ||||
-rw-r--r-- | docs/design/featureconfig_link.rst | 2 | ||||
-rw-r--r-- | docs/design/featureusage_link.rst | 2 | ||||
-rw-r--r-- | docs/design/index.rst | 3 | ||||
-rw-r--r-- | docs/design/postinstall_link.rst | 2 | ||||
-rw-r--r-- | docs/userguide/index.rst | 9 |
8 files changed, 34 insertions, 6 deletions
diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst index 076cbf1..fce0044 100644 --- a/docs/configguide/featureconfig.rst +++ b/docs/configguide/featureconfig.rst @@ -69,10 +69,10 @@ specifying the branch identifier to use for OpenStack. .. code:: -cd ~ -wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/install_congress_1.sh -wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/install_congress_2.sh -bash install_congress_1.sh [openstack-branch] + cd ~ + wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/install_congress_1.sh + wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/install_congress_2.sh + bash install_congress_1.sh [openstack-branch] Copper post configuration procedures ------------------------------------ diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst new file mode 100644 index 0000000..f39e084 --- /dev/null +++ b/docs/configguide/index.rst @@ -0,0 +1,10 @@ +******************************** +OPNFV Copper Configuration Guide +******************************** + +.. toctree:: + :numbered: + :maxdepth: 4 + + featureconfig.rst + postinstall.rst diff --git a/docs/configguide/postinstall.rst b/docs/configguide/postinstall.rst index 3c6e05d..b80bb2f 100644 --- a/docs/configguide/postinstall.rst +++ b/docs/configguide/postinstall.rst @@ -43,8 +43,8 @@ specifying the branch identifier to use for Copper. .. code:: -wget https://git.opnfv.org/cgit/copper/plain/components/congress/test-webapp/setup/install_congress_testserver.sh -bash install_congress_testserver.sh [copper-branch] + wget https://git.opnfv.org/cgit/copper/plain/components/congress/test-webapp/setup/install_congress_testserver.sh + bash install_congress_testserver.sh [copper-branch] Using the test webapp ..................... diff --git a/docs/design/featureconfig_link.rst b/docs/design/featureconfig_link.rst new file mode 100644 index 0000000..20ab6a9 --- /dev/null +++ b/docs/design/featureconfig_link.rst @@ -0,0 +1,2 @@ +.. include:: + ../configguide/featureconfig.rst diff --git a/docs/design/featureusage_link.rst b/docs/design/featureusage_link.rst new file mode 100644 index 0000000..135cf01 --- /dev/null +++ b/docs/design/featureusage_link.rst @@ -0,0 +1,2 @@ +.. include:: + ../userguide/featureusage.rst diff --git a/docs/design/index.rst b/docs/design/index.rst index 352fe1b..0f0d20a 100644 --- a/docs/design/index.rst +++ b/docs/design/index.rst @@ -16,3 +16,6 @@ OPNFV Copper Project usecases.rst architecture.rst requirements.rst + featureconfig_link.rst + postinstall_link.rst + featureusage_link.rst diff --git a/docs/design/postinstall_link.rst b/docs/design/postinstall_link.rst new file mode 100644 index 0000000..ab2038f --- /dev/null +++ b/docs/design/postinstall_link.rst @@ -0,0 +1,2 @@ +.. include:: + ../configguide/postinstall.rst diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst new file mode 100644 index 0000000..dce8b75 --- /dev/null +++ b/docs/userguide/index.rst @@ -0,0 +1,9 @@ +******************************** +OPNFV Copper Configuration Guide +******************************** + +.. toctree:: + :numbered: + :maxdepth: 4 + + featureusage.rst |