tech:cloud_openstack_devstack

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:cloud_openstack_devstack [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:cloud_openstack_devstack [2025/10/30 17:30] (Version actuelle) Jean-Baptiste
Ligne 25: Ligne 25:
 * http://www.logicative.com/code/web-thoughts/openstack-devstack-horizon/ * http://www.logicative.com/code/web-thoughts/openstack-devstack-horizon/
  
- +''/etc/environment'' 
-<code bash /etc/environment> +<code bash
-http_proxy=http://192.168.56.1:3128 +http_proxy=http://192.168.56.1:3128 
-https_proxy=http://192.168.56.1:3128 +https_proxy=http://192.168.56.1:3128 
-no_proxy=localhost,127.0.0.0/8,localaddress,.localdomain.com,192.168.56.0/24,::1+ALL_PROXY=http://192.168.56.1:3128 
 +NO_PROXY=localhost,127.0.0.0/8,localaddress,.localdomain.com,192.168.56.0/24,::1
 </code> </code>
  
Ligne 38: Ligne 39:
  
 <code bash> <code bash>
-export no_proxy=localhost,127.0.0.1,192.168.56.11 +export ALL_PROXY=http://127.0.0.1:3128 
-export http_proxy=http://127.0.0.1:3128 +export NO_PROXY=localhost,127.0.0.1,192.168.56.11
-export https_proxy=http://127.0.0.1:3128+
  
 git config --global http.proxy http://127.0.0.1:3128 git config --global http.proxy http://127.0.0.1:3128
Ligne 68: Ligne 68:
 </code> </code>
  
-<code ini local.conf>+''local.conf'' 
 +<code ini>
 ADMIN_PASSWORD=secret ADMIN_PASSWORD=secret
 DATABASE_PASSWORD=$ADMIN_PASSWORD DATABASE_PASSWORD=$ADMIN_PASSWORD
Ligne 90: Ligne 91:
 </code> </code>
  
-<code bash stackrc>+''stackrc'' 
 +<code bash>
 HOST_IP=${HOST_IP:-172.16.1.5} HOST_IP=${HOST_IP:-172.16.1.5}
 GIT_BASE=${GIT_BASE:-https://git.openstack.org} GIT_BASE=${GIT_BASE:-https://git.openstack.org}
Ligne 104: Ligne 106:
 </code> </code>
  
-<code ini /etc/nova/nova.conf>+''/etc/nova/nova.conf'' 
 +<code ini>
 compute_driver = libvirt.LibvirtDriver compute_driver = libvirt.LibvirtDriver
  
tech/cloud_openstack_devstack.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki