Skip to content

Instantly share code, notes, and snippets.

@michalskalski
Last active October 12, 2015 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michalskalski/99077061c1f68d83c222 to your computer and use it in GitHub Desktop.
Save michalskalski/99077061c1f68d83c222 to your computer and use it in GitHub Desktop.
Fuel Arno offline installation
1. There is no connection to external network:
[root@fuel ~]# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
^C
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2039ms
2. Plugin installation (ignore errors about no connection to external mirros):
[root@fuel ~]# fuel plugins --install /opt/opnfv/opendaylight-0.6-0.6.2-1.noarch.rpm
DEPRECATION WARNING: /etc/fuel/client/config.yaml exists and will be used as the source for settings. This behavior is deprecated. Please specify the path to your custom settings file in the FUELCLIENT_CUSTOM_SETTINGS environment variable.
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
http://mirror.fuel-infra.org/mos/centos-6/mos6.1/security/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'mirror.fuel-infra.org'"
Trying other mirror.
http://mirror.fuel-infra.org/mos/centos-6/mos6.1/updates/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'mirror.fuel-infra.org'"
Trying other mirror.
Setting up Install Process
Examining /opt/opnfv/opendaylight-0.6-0.6.2-1.noarch.rpm: opendaylight-0.6-0.6.2-1.noarch
Marking /opt/opnfv/opendaylight-0.6-0.6.2-1.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package opendaylight-0.6.noarch 0:0.6.2-1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================
Installing:
opendaylight-0.6 noarch 0.6.2-1 /opendaylight-0.6-0.6.2-1.noarch 607 M
Transaction Summary
========================================================================================================================================================
Install 1 Package(s)
Total size: 607 M
Installed size: 607 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : opendaylight-0.6-0.6.2-1.noarch 1/1
Verifying : opendaylight-0.6-0.6.2-1.noarch 1/1
Installed:
opendaylight-0.6.noarch 0:0.6.2-1
Complete!
Plugin /opt/opnfv/opendaylight-0.6-0.6.2-1.noarch.rpm was successfully installed.
3. Now go to Fuel Web UI and create new env. In settings tab point repositores to local mirrors on Fuel - see repos.png file.
4. In Networks tab click Verify Networks
5. Deploy nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment