Fix Functest Config Guide
[functest.git] / docs / testing / user / configguide / configguide.rst
1 .. SPDX-License-Identifier: CC-BY-4.0
2
3 Installation and configuration
4 ==============================
5
6 Alpine containers have been introduced in Euphrates.
7 Alpine allows Functest testing in several very light containers and thanks to
8 the refactoring on dependency management should allow the creation of light and
9 fully customized docker images.
10
11
12 Functest Dockers
13 ----------------
14 Docker images are available on the dockerhub:
15
16   * opnfv/functest-core
17   * opnfv/functest-healthcheck
18   * opnfv/functest-smoke
19   * opnfv/functest-features
20   * opnfv/functest-components
21   * opnfv/functest-vnf
22   * opnfv/functest-parser
23   * opnfv/functest-restapi
24
25 The tag "opnfv-5.0.0" is the official release image in Euphrates, but you can
26 also pull "euphrates" tag as it is being maintained by Functest team and might
27 include bugfixes.
28
29 The Functest docker container environment can -in principle- be also
30 used with non-OPNFV official installers (e.g. 'devstack'), with the
31 **disclaimer** that support for such environments is outside of the
32 scope and responsibility of the OPNFV project.
33
34
35 Preparing your environment
36 --------------------------
37
38 cat env::
39
40   INSTALLER_TYPE=XXX
41   EXTERNAL_NETWORK=XXX
42   DEPLOY_SCENARIO=XXX
43
44 See section on environment variables for details.
45
46 cat env_file::
47
48   export OS_AUTH_URL=XXX
49   export OS_USER_DOMAIN_NAME=XXX
50   export OS_PROJECT_DOMAIN_NAME=XXX
51   export OS_USERNAME=XXX
52   export OS_TENANT_NAME=XXX
53   export OS_PROJECT_NAME=XXX
54   export OS_PASSWORD=XXX
55   export OS_VOLUME_API_VERSION=XXX
56   export OS_IDENTITY_API_VERSION=XXX
57   export OS_IMAGE_API_VERSION=XXX
58
59 See section on OpenStack credentials for details.
60
61 Create a directory for the different images (attached as a Docker volume)::
62
63   mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh?h=stable/euphrates | bash -s -- images && ls -1 images/*
64
65   images/CentOS-7-aarch64-GenericCloud.qcow2
66   images/CentOS-7-aarch64-GenericCloud.qcow2.xz
67   images/CentOS-7-x86_64-GenericCloud.qcow2
68   images/cirros-0.4.0-x86_64-disk.img
69   images/cirros-0.4.0-x86_64-lxc.tar.gz
70   images/cirros-d161201-aarch64-disk.img
71   images/cirros-d161201-aarch64-initramfs
72   images/cirros-d161201-aarch64-kernel
73   images/cloudify-manager-premium-4.0.1.qcow2
74   images/img
75   images/ubuntu-14.04-server-cloudimg-amd64-disk1.img
76   images/ubuntu-14.04-server-cloudimg-arm64-uefi1.img
77   images/ubuntu-16.04-server-cloudimg-amd64-disk1.img
78   images/vyos-1.1.7.img
79
80 Testing healthcheck suite
81 --------------------------
82
83 Run healthcheck suite::
84
85   sudo docker run --env-file env \
86       -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
87       -v $(pwd)/images:/home/opnfv/functest/images \
88       opnfv/functest-healthcheck
89
90 Results shall be displayed as follows::
91
92   +----------------------------+------------------+---------------------+------------------+----------------+
93   |         TEST CASE          |     PROJECT      |         TIER        |     DURATION     |     RESULT     |
94   +----------------------------+------------------+---------------------+------------------+----------------+
95   |      connection_check      |     functest     |     healthcheck     |      00:06       |      PASS      |
96   |         api_check          |     functest     |     healthcheck     |      06:52       |      PASS      |
97   |     snaps_health_check     |     functest     |     healthcheck     |      00:42       |      PASS      |
98   +----------------------------+------------------+---------------------+------------------+----------------+
99   NOTE: the duration is a reference and it might vary depending on your SUT.
100
101 Testing smoke suite
102 -------------------
103
104 Run smoke suite::
105
106   sudo docker run --env-file env \
107       -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
108       -v $(pwd)/images:/home/opnfv/functest/images \
109       opnfv/functest-smoke
110
111 Results shall be displayed as follows::
112
113   +------------------------------+------------------+---------------+------------------+----------------+
114   |          TEST CASE           |     PROJECT      |      TIER     |     DURATION     |     RESULT     |
115   +------------------------------+------------------+---------------+------------------+----------------+
116   |          vping_ssh           |     functest     |     smoke     |      00:45       |      PASS      |
117   |        vping_userdata        |     functest     |     smoke     |      00:36       |      PASS      |
118   |     tempest_smoke_serial     |     functest     |     smoke     |      14:04       |      PASS      |
119   |         rally_sanity         |     functest     |     smoke     |      23:59       |      PASS      |
120   |       refstack_defcore       |     functest     |     smoke     |      14:37       |      FAIL      |
121   |         snaps_smoke          |     functest     |     smoke     |      42:09       |      PASS      |
122   |             odl              |     functest     |     smoke     |      00:00       |      SKIP      |
123   |         odl_netvirt          |     functest     |     smoke     |      00:00       |      SKIP      |
124   +------------------------------+------------------+---------------+------------------+----------------+
125   Note: if the scenario does not support some tests, they are indicated as SKIP.
126   See User guide for details.
127
128 Testing features suite
129 ----------------------
130
131 Run features suite::
132
133   sudo docker run --env-file env \
134       -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
135       -v $(pwd)/images:/home/opnfv/functest/images \
136       opnfv/functest-features
137
138 Results shall be displayed as follows::
139
140   +-----------------------------+------------------------+------------------+------------------+----------------+
141   |          TEST CASE          |        PROJECT         |       TIER       |     DURATION     |     RESULT     |
142   +-----------------------------+------------------------+------------------+------------------+----------------+
143   |     doctor-notification     |         doctor         |     features     |      00:00       |      SKIP      |
144   |            bgpvpn           |         sdnvpn         |     features     |      00:00       |      SKIP      |
145   |       functest-odl-sfc      |          sfc           |     features     |      00:00       |      SKIP      |
146   |      barometercollectd      |       barometer        |     features     |      00:00       |      SKIP      |
147   |             fds             |     fastdatastacks     |     features     |      00:00       |      SKIP      |
148   +-----------------------------+------------------------+------------------+------------------+----------------+
149   Note: if the scenario does not support some tests, they are indicated as SKIP.
150   See User guide for details.
151
152 Testing components suite
153 ------------------------
154
155 Run components suite::
156
157   sudo docker run --env-file env \
158       -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
159       -v $(pwd)/images:/home/opnfv/functest/images \
160       opnfv/functest-components
161
162 Results shall be displayed as follows::
163
164   +-------------------------------+------------------+--------------------+------------------+----------------+
165   |           TEST CASE           |     PROJECT      |        TIER        |     DURATION     |     RESULT     |
166   +-------------------------------+------------------+--------------------+------------------+----------------+
167   |     tempest_full_parallel     |     functest     |     components     |      52:42       |      PASS      |
168   |           rally_full          |     functest     |     components     |      114:22      |      PASS      |
169   +-------------------------------+------------------+--------------------+------------------+----------------+
170
171 Testing vnf suite
172 -----------------
173
174 Run vnf suite::
175
176   sudo docker run --env-file env \
177       -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
178       -v $(pwd)/images:/home/opnfv/functest/images \
179       opnfv/functest-vnf
180
181 Results shall be displayed as follows::
182
183   +---------------------------------+-------------------+--------------+------------------+----------------+
184   |            TEST CASE            |      PROJECT      |     TIER     |     DURATION     |     RESULT     |
185   +---------------------------------+-------------------+--------------+------------------+----------------+
186   |           cloudify_ims          |      functest     |     vnf      |      28:49       |      FAIL      |
187   |           vyos_vrouter          |      functest     |     vnf      |      27:57       |      FAIL      |
188   |             juju_epc            |      functest     |     vnf      |      55:03       |      PASS      |
189   |        orchestra_openims        |     orchestra     |     vnf      |      00:00       |      SKIP      |
190   |     orchestra_clearwaterims     |     orchestra     |     vnf      |      00:00       |      SKIP      |
191   +---------------------------------+-------------------+--------------+------------------+----------------+
192
193
194 Environment variables
195 =====================
196
197 Several environement variables may be specified:
198   * INSTALLER_TYPE=(apex|compass|daisy|fuel|joid)
199   * INSTALLER_IP=<Specific IP Address>
200   * DEPLOY_SCENARIO=<vim>-<controller>-<nfv_feature>-<ha_mode>
201
202
203 INSTALLER_IP is required by Barometer in order to access the installer node and
204 the deployment.
205
206 The format for the DEPLOY_SCENARIO env variable can be described as follows:
207   * vim: (os|k8s) = OpenStack or Kubernetes
208   * controller is one of ( nosdn | odl )
209   * nfv_feature is one or more of ( ovs | kvm | sfc | bgpvpn | nofeature )
210   * ha_mode (high availability) is one of ( ha | noha )
211
212 If several features are pertinent then use the underscore character '_' to
213 separate each feature (e.g. ovs_kvm). 'nofeature' indicates that no OPNFV
214 feature is deployed.
215
216 The list of supported scenarios per release/installer is indicated in the
217 release note.
218
219 **NOTE:** The scenario name is mainly used to automatically detect
220 if a test suite is runnable or not (e.g. it will prevent ODL test suite to be
221 run on 'nosdn' scenarios). If not set, Functest will try to run the default
222 test cases that might not include SDN controller or a specific feature.
223
224 **NOTE:** An HA scenario means that 3 OpenStack controller nodes are
225 deployed. It does not necessarily mean that the whole system is HA. See
226 installer release notes for details.
227
228 Finally, three additional environment variables can also be passed in
229 to the Functest Docker Container, using the -e
230 "<EnvironmentVariable>=<Value>" mechanism. The first two parameters are
231 only relevant to Jenkins CI invoked testing and **should not be used**
232 when performing manual test scenarios:
233
234   * NODE_NAME = <Test POD Name>
235   * BUILD_TAG = <Jenkins Build Tag>
236
237 where:
238
239   * <Test POD Name> = Symbolic name of the POD where the tests are run.
240                       Visible in test results files, which are stored
241                       to the database. This option is only used when
242                       tests are activated under Jenkins CI control.
243                       It indicates the POD/hardware where the test has
244                       been run. If not specified, then the POD name is
245                       defined as "Unknown" by default.
246                       DO NOT USE THIS OPTION IN MANUAL TEST SCENARIOS.
247   * <Jenkins Build tag> = Symbolic name of the Jenkins Build Job.
248                          Visible in test results files, which are stored
249                          to the database. This option is only set when
250                          tests are activated under Jenkins CI control.
251                          It enables the correlation of test results,
252                          which are independently pushed to the results database
253                          from different Jenkins jobs.
254                          DO NOT USE THIS OPTION IN MANUAL TEST SCENARIOS.
255
256
257 Openstack credentials
258 =====================
259 OpenStack credentials are mandatory and must be provided to Functest.
260 When running the command "functest env prepare", the framework  will
261 automatically look for the Openstack credentials file
262 "/home/opnfv/functest/conf/env_file" and will exit with
263 error if it is not present or is empty.
264
265 There are 2 ways to provide that file:
266
267   * by using a Docker volume with -v option when creating the Docker container.
268     This is referred to in docker documentation as "Bind Mounting".
269     See the usage of this parameter in the following chapter.
270   * or creating manually the file '/home/opnfv/functest/conf/env_file'
271     inside the running container and pasting the credentials in it. Consult
272     your installer guide for further details. This is however not
273     instructed in this document.
274
275 In proxified environment you may need to change the credentials file.
276 There are some tips in chapter: `Proxy support`_
277
278 SSL Support
279 -----------
280 If you need to connect to a server that is TLS-enabled (the auth URL
281 begins with "https") and it uses a certificate from a private CA or a
282 self-signed certificate, then you will need to specify the path to an
283 appropriate CA certificate to use, to validate the server certificate
284 with the environment variable OS_CACERT::
285
286   echo $OS_CACERT
287   /etc/ssl/certs/ca.crt
288
289 However, this certificate does not exist in the container by default.
290 It has to be copied manually from the OpenStack deployment. This can be
291 done in 2 ways:
292
293   #. Create manually that file and copy the contents from the OpenStack
294      controller.
295   #. (Recommended) Add the file using a Docker volume when starting the
296      container::
297
298        -v <path_to_your_cert_file>:/etc/ssl/certs/ca.cert
299
300 You might need to export OS_CACERT environment variable inside the
301 credentials file::
302
303   export OS_CACERT=/etc/ssl/certs/ca.crt
304
305 Certificate verification can be turned off using OS_INSECURE=true. For
306 example, Fuel uses self-signed cacerts by default, so an pre step would
307 be::
308
309   export OS_INSECURE=true
310
311 Functest docker container directory structure
312 =============================================
313 Inside the Functest docker container, the following directory structure
314 should now be in place::
315
316   `--
317     |- home
318     |   |-- opnfv
319     |   |     `- functest
320     |   |          |-- conf
321     |   |          `-- results
322     |    `-- repos
323     |       `-- vnfs
324     |- src
325     |   |-- tempest
326     |   |-- vims-test
327     |   |-- odl_test
328     |   `-- fds
329     `- usr
330         `- lib
331            `- python2.7
332               `- site-packages
333                  `- functest
334                       |-- ...
335
336 Underneath the '/home/opnfv/functest' directory, the Functest docker container
337 includes two main directories:
338
339   * The **conf** directory stores configuration files (e.g. the
340     OpenStack creds are stored in path '/home/opnfv/functest/conf/env_file'),
341   * the **results** directory stores some temporary result log files
342
343 src and repos directories are used to host third party code used for the tests.
344
345 The structure of functest repo can be described as follows::
346
347   |-- INFO
348   |-- LICENSE
349   |-- api
350   |  `-- apidoc
351   |-- build.sh
352   |-- commons
353   |-- docker
354   |  |-- components
355   |  |-- core
356   |  |-- features
357   |  |-- healthcheck
358   |  |-- smoke
359   |  |-- vnf
360   |  |-- parser
361   |  |-- restapi
362   |  |-- thirdparty-requirements.txt
363   |-- docs
364   |  |-- com
365   |  |-- images
366   |  |-- release
367   |  |  `-- release-notes
368   |  |-- results
369   |  | testing
370   |  |  |-- developer
371   |  |    `-- user
372   |  |      |-- configguide
373   |  |      `-- userguide
374   `-- functest
375     |-- api
376     |  |-- base.py
377     |  |-- server.py
378     |  |-- urls.py
379     |  |-- common
380     |  |  |-- api_utils.py
381     |  |  |-- thread.py
382     |  `-- resources
383     |     `-- v1
384     |        |-- creds.py
385     |        |-- envs.py
386     |        |-- testcases.py
387     |        |-- tiers.py
388     |        |-- tasks.py
389     |  `-- database
390     |     |-- db.py
391     |     `-- v1
392     |        |-- handlers.py
393     |        |-- models.py
394     |  `-- swagger
395     |-- ci
396     â”‚   |-- check_deployment.py
397     â”‚   |-- config_aarch64_patch.yaml
398     â”‚   |-- config_functest.yaml
399     â”‚   |-- config_patch.yaml
400     â”‚   |-- download_images.sh
401     â”‚   |-- logging.ini
402     â”‚   |-- rally_aarch64_patch.conf
403     â”‚   |-- run_tests.py
404     â”‚   |-- testcases.yaml
405     â”‚   |-- tier_builder.py
406     â”‚   |-- tier_handler.py
407     |-- cli
408     â”‚   |-- cli_base.py
409     â”‚   |-- commands
410     â”‚   â”‚   |-- cli_env.py
411     â”‚   â”‚   |-- cli_os.py
412     â”‚   â”‚   |-- cli_testcase.py
413     â”‚   â”‚   |-- cli_tier.py
414     â”‚   |-- functest-complete.sh
415     |-- core
416     â”‚   |-- feature.py
417     â”‚   |-- robotframework.py
418     â”‚   |-- testcase.py
419     â”‚   |-- unit.py
420     â”‚   |-- vnf.py
421     |-- energy
422     â”‚   |-- energy.py
423     |-- opnfv_tests
424     â”‚   `-- openstack
425     â”‚       |-- rally
426     â”‚       |-- refstack_client
427     â”‚       |-- snaps
428     â”‚       |-- tempest
429     â”‚       |-- vping
430     â”‚   `-- sdn
431     â”‚   â”‚    `-- odl
432     â”‚   `-- vnf
433     â”‚       |-- ims
434     â”‚       `-- router
435     |-- tests
436     â”‚   `-- unit
437     â”‚       |-- ci
438     â”‚       |-- cli
439     â”‚       |-- core
440     â”‚       |-- energy
441     â”‚       |-- features
442     â”‚       |-- odl
443     â”‚       |-- openstack
444     â”‚       |-- opnfv_tests
445     â”‚       |-- test_utils.py
446     â”‚       |-- utils
447     â”‚       `-- vnf
448     |-- utils
449     |    |-- config.py
450     |    |-- constants.py
451     |    |-- decorators.py
452     |    |-- env.py
453     |    |-- functest_utils.py
454     |    |-- functest_vacation.py
455     |    |-- openstack_clean.py
456     |    |-- openstack_tacker.py
457     |    `-- openstack_utils.py
458   |-- requirements.txt
459   |-- setup.cfg
460   |-- setup.py
461   |-- test-requirements.txt
462   |-- tox.ini
463   |-- upper-constraints.txt
464
465   (Note: All *.pyc files removed from above list for brevity...)
466
467 We may distinguish several directories, the first level has 5 directories:
468
469 * **api**: This directory is dedicated to the API (framework) documentations.
470 * **commons**: This directory is dedicated for storage of traffic profile or
471   any other test inputs that could be reused by any test project.
472 * **docker**: This directory includes the needed files and tools to
473   build the Functest Docker images.
474 * **docs**: This directory includes documentation: Release Notes,
475   User Guide, Configuration Guide and Developer Guide.
476 * **functest**: This directory contains all the code needed to run
477   functest internal cases and OPNFV onboarded feature or VNF test cases.
478
479 Functest directory has 7 sub-directories, which is located under
480 /usr/lib/python2.7/site-packages/functest:
481
482   * **api**: This directory is dedicated for the internal Functest API.
483   * **ci**: This directory contains test structure definition files
484     (e.g <filename>.yaml) and bash shell/python scripts used to
485     configure and execute Functional tests. The test execution script
486     can be executed under the control of Jenkins CI jobs.
487   * **cli**: This directory holds the python based Functest CLI utility
488     source code, which is based on the Python 'click' framework.
489   * **core**: This directory holds the python based Functest core
490       source code. Three abstraction classes have been created to ease
491       the integration of internal, feature or vnf cases.
492   * **opnfv_tests**: This directory includes the scripts required by
493     Functest internal test cases and other feature projects test cases.
494   * **tests**: This directory includes the functest unit tests.
495   * **utils**: this directory holds Python source code for some general
496     purpose helper utilities, which testers can also re-use in their
497     own test code. See for an example the Openstack helper utility:
498     'openstack_utils.py'.
499
500
501 Logs
502 ====
503 By default all the logs are put un /home/opnfv/functest/results/functest.log.
504 If you want to have more logs in console, you may edit the logging.ini file
505 manually.
506 Connect on the docker then edit the file located in
507 /usr/lib/python2.7/site-packages/functest/ci/logging.ini
508
509 Change wconsole to console in the desired module to get more traces.
510
511
512 Configuration
513 =============
514
515 You may also directly modify the python code or the configuration file (e.g.
516 testcases.yaml used to declare test constraints) under
517 /usr/lib/python2.7/site-packages/functest
518
519
520 Tips
521 ====
522
523 Docker
524 ------
525 When typing **exit** in the container prompt, this will cause exiting
526 the container and probably stopping it. When stopping a running Docker
527 container all the changes will be lost, there is a keyboard shortcut
528 to quit the container without stopping it: <CTRL>-P + <CTRL>-Q. To
529 reconnect to the running container **DO NOT** use the *run* command
530 again (since it will create a new container), use the *exec* or *attach*
531 command instead::
532
533   docker ps  # <check the container ID from the output>
534   docker exec -ti <CONTAINER_ID> /bin/bash
535
536 There are other useful Docker commands that might be needed to manage possible
537 issues with the containers.
538
539 List the running containers::
540
541   docker ps
542
543 List all the containers including the stopped ones::
544
545   docker ps -a
546
547 Start a stopped container named "FunTest"::
548
549   docker start FunTest
550
551 Attach to a running container named "StrikeTwo"::
552
553   docker attach StrikeTwo
554
555 It is useful sometimes to remove a container if there are some problems::
556
557   docker rm <CONTAINER_ID>
558
559 Use the *-f* option if the container is still running, it will force to
560 destroy it::
561
562   docker rm -f <CONTAINER_ID>
563
564 Check the Docker documentation [`dockerdocs`_] for more information.
565
566
567 Checking Openstack and credentials
568 ----------------------------------
569 It is recommended and fairly straightforward to check that Openstack
570 and credentials are working as expected.
571
572 Once the credentials are there inside the container, they should be
573 sourced before running any Openstack commands::
574
575   source /home/opnfv/functest/conf/env_file
576
577 After this, try to run any OpenStack command to see if you get any
578 output, for instance::
579
580   openstack user list
581
582 This will return a list of the actual users in the OpenStack
583 deployment. In any other case, check that the credentials are sourced::
584
585   env|grep OS_
586
587 This command must show a set of environment variables starting with
588 *OS_*, for example::
589
590   OS_REGION_NAME=RegionOne
591   OS_USER_DOMAIN_NAME=Default
592   OS_PROJECT_NAME=admin
593   OS_AUTH_VERSION=3
594   OS_IDENTITY_API_VERSION=3
595   OS_PASSWORD=da54c27ae0d10dfae5297e6f0d6be54ebdb9f58d0f9dfc
596   OS_AUTH_URL=http://10.1.0.9:5000/v3
597   OS_USERNAME=admin
598   OS_TENANT_NAME=admin
599   OS_ENDPOINT_TYPE=internalURL
600   OS_INTERFACE=internalURL
601   OS_NO_CACHE=1
602   OS_PROJECT_DOMAIN_NAME=Default
603
604
605 If the OpenStack command still does not show anything or complains
606 about connectivity issues, it could be due to an incorrect url given to
607 the OS_AUTH_URL environment variable. Check the deployment settings.
608
609 .. _`Proxy support`:
610
611 Proxy support
612 -------------
613 If your Jumphost node is operating behind a http proxy, then there are
614 2 places where some special actions may be needed to make operations
615 succeed:
616
617   #. Initial installation of docker engine First, try following the
618      official Docker documentation for Proxy settings. Some issues were
619      experienced on CentOS 7 based Jumphost. Some tips are documented
620      in section: :ref:`Docker Installation on CentOS behind http proxy`
621      below.
622
623 If that is the case, make sure the resolv.conf and the needed
624 http_proxy and https_proxy environment variables, as well as the
625 'no_proxy' environment variable are set correctly::
626
627   # Make double sure that the 'no_proxy=...' line in the
628   # 'env_file' file is commented out first. Otherwise, the
629   # values set into the 'no_proxy' environment variable below will
630   # be ovewrwritten, each time the command
631   # 'source ~/functest/conf/env_file' is issued.
632
633   cd ~/functest/conf/
634   sed -i 's/export no_proxy/#export no_proxy/' env_file
635   source ./env_file
636
637   # Next calculate some IP addresses for which http_proxy
638   # usage should be excluded:
639
640   publicURL_IP=$(echo $OS_AUTH_URL | grep -Eo "([0-9]+\.){3}[0-9]+")
641
642   adminURL_IP=$(openstack catalog show identity | \
643   grep adminURL | grep -Eo "([0-9]+\.){3}[0-9]+")
644
645   export http_proxy="<your http proxy settings>"
646   export https_proxy="<your https proxy settings>"
647   export no_proxy="127.0.0.1,localhost,$publicURL_IP,$adminURL_IP"
648
649   # Ensure that "git" uses the http_proxy
650   # This may be needed if your firewall forbids SSL based git fetch
651   git config --global http.sslVerify True
652   git config --global http.proxy <Your http proxy settings>
653
654 For example, try to use the **nc** command from inside the functest
655 docker container::
656
657   nc -v opnfv.org 80
658   Connection to opnfv.org 80 port [tcp/http] succeeded!
659
660   nc -v opnfv.org 443
661   Connection to opnfv.org 443 port [tcp/https] succeeded!
662
663 Note: In a Jumphost node based on the CentOS family OS, the **nc**
664 commands might not work. You can use the **curl** command instead.
665
666   curl http://www.opnfv.org:80
667
668   <HTML><HEAD><meta http-equiv="content-type"
669   .
670   .
671   </BODY></HTML>
672
673   curl https://www.opnfv.org:443
674
675   <HTML><HEAD><meta http-equiv="content-type"
676   .
677   .
678   </BODY></HTML>
679
680   (Ignore the content. If command returns a valid HTML page, it proves
681   the connection.)
682
683 .. _`Docker Installation on CentOS behind http proxy`:
684
685 Docker Installation on CentOS behind http proxy
686 -----------------------------------------------
687 This section is applicable for CentOS family OS on Jumphost which
688 itself is behind a proxy server. In that case, the instructions below
689 should be followed **before** installing the docker engine::
690
691   1) # Make a directory '/etc/systemd/system/docker.service.d'
692      # if it does not exist
693      sudo mkdir /etc/systemd/system/docker.service.d
694
695   2) # Create a file called 'env.conf' in that directory with
696      # the following contents:
697      [Service]
698      EnvironmentFile=-/etc/sysconfig/docker
699
700   3) # Set up a file called 'docker' in directory '/etc/sysconfig'
701      # with the following contents:
702      HTTP_PROXY="<Your http proxy settings>"
703      HTTPS_PROXY="<Your https proxy settings>"
704      http_proxy="${HTTP_PROXY}"
705      https_proxy="${HTTPS_PROXY}"
706
707   4) # Reload the daemon
708      systemctl daemon-reload
709
710   5) # Sanity check - check the following docker settings:
711      systemctl show docker | grep -i env
712
713      Expected result:
714      ----------------
715      EnvironmentFile=/etc/sysconfig/docker (ignore_errors=yes)
716      DropInPaths=/etc/systemd/system/docker.service.d/env.conf
717
718 Now follow the instructions in [`Install Docker on CentOS`_] to download
719 and install the **docker-engine**. The instructions conclude with a
720 "test pull" of a sample "Hello World" docker container. This should now
721 work with the above pre-requisite actions.
722
723
724 .. _`[4]`: http://docs.opnfv.org/en/latest/submodules/functest/docs/testing/user/configguide/index.html
725 .. _`dockerdocs`: https://docs.docker.com/
726 .. _`Proxy`: https://docs.docker.com/engine/admin/systemd/#http-proxy
727 .. _`Install Docker on CentOS`: https://docs.docker.com/engine/installation/linux/centos/
728 .. _`Functest User Guide`: http://docs.opnfv.org/en/stable-danube/submodules/functest/docs/testing/user/userguide/index.html
729 .. _`images/CentOS-7-x86_64-GenericCloud.qcow2`: https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
730 .. _`images/cirros-0.4.0-x86_64-disk.img`: http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
731 .. _`images/ubuntu-14.04-server-cloudimg-amd64-disk1.img`: https://cloud-images.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-cloudimg-amd64-disk1.img