Connection\_tests
-----------------
-This collection keeps requests from the UI to test the different
-adapters (API, DB, CLI etc) connections to the underlying VIM, making
-sure dynamic and real-time data is maintained.
+This collection keeps requests from the UI or API to test the different adapters (API, DB, and CLI etc)
+and their connections to the underlying VIM, making sure dynamic and real-time data will be maintained during discovery.
Messages
--------
Object\_types used during scanning, see development-guide for details.
+Constants-configuration_targets
+Names of the configuration targets used in the configuration section of environment configs.
+
.. |image0| image:: media/image1.png
:width: 6.50000in
:height: 4.27153in
Allows to enter a password to be used for mongoDB access on the host,
an optional argument, default ‘calipso\_default’ (calipso-mongo
container’s default) is deployed if not used.
+
+8. **--apiport **
+ Allows to enter a TCP port to be used for the Calipso API (default=8000)
+
+9. **--uchiwaport **
+ Allows to enter a TCP port to be used for the Sensu UI (default=3000)
+
+10. **--rabbitmport **
+ Allows to enter a TCP port to be used for the RabbitMQ mgmt (default=15672)
+
+11. **--sensuport **
+ Allows to enter a TCP port to be used for the Sensu API (default=4567)
+
+12. **--rabbitport **
+ Allows to enter a TCP port to be used for the RabbitMQ BUS (default=5671)
2.4 Micro Services App, customized interactive install
--------------------------------------------------
APEX scenarios
---------------
- When using apex to install OPNFV, the Triple-O based OpenStack is
- installed automatically and calipso installation can be initiated
- automatically after apex completes the VIM installation process for
- a certain scenario.
-
- In this case calipso-configuration.py can be used for creating a new
- environment automatically into mongoDB and UI of Calipso (instead of
- using the calipso UI to do that as typical user would do), then
- detailed scanning can start immediately, the following options are
- available for calipso-configuration.py:
-
- TBD
+When using apex to install OPNFV, the Triple-O based OpenStack is
+installed automatically and calipso installation can be initiated
+automatically after apex completes the VIM installation process for
+a certain scenario.
+
+In this case setup_apex_environment.py can be used for creating a new environment automatically into mongoDB and UI of Calipso,
+instead of using the calipso UI to do that as typical user would do, then detailed scanning can start immediately,
+the following options are available for setup_apex_environment.py:
+ -m [MONGO_CONFIG], --mongo_config [MONGO_CONFIG]
+ name of config file with MongoDB server access details
+ (Default: /local_dir/calipso_mongo_access.conf)
+ -d [CONFIG_DIR], --config_dir [CONFIG_DIR]
+ path to directory with config data (Default:
+ /home/calipso/apex_setup_files)
+ -i [INSTALL_DB_DIR], --install_db_dir [INSTALL_DB_DIR]
+ path to directory with DB data (Default:
+ /home/calipso/Calipso/app/install/db)
+ -a [APEX], --apex [APEX]
+ name of environment to Apex host
+ -e [ENV], --env [ENV]
+ name of environment to create(Default: Apex-Euphrates)
+ -l [LOGLEVEL], --loglevel [LOGLEVEL]
+ logging level (default: "INFO")
+ -f [LOGFILE], --logfile [LOGFILE]
+ log file (default:
+ "/home/calipso/log/apex_environment_fetch.log")
+ -g [GIT], --git [GIT]
+ URL to clone Git repository (default:
+ https://git.opnfv.org/calipso)
Fuel scenarios
---------------