Outils pour utilisateurs

Outils du site


tech:notes_openstack

Différences

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

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:notes_openstack [2025/10/30 17:17] Jean-Baptistetech:notes_openstack [2025/11/20 14:57] (Version actuelle) Jean-Baptiste
Ligne 6: Ligne 6:
  
 Voir :  Voir : 
 +* https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html
 * [[https://www.rdoproject.org/|RDO (Red Hat Distribution of OpenStack) la distribution OpenStack de RedHat]] * [[https://www.rdoproject.org/|RDO (Red Hat Distribution of OpenStack) la distribution OpenStack de RedHat]]
 * https://www.golinuxcloud.com/category/openstack/ * https://www.golinuxcloud.com/category/openstack/
Ligne 58: Ligne 59:
 </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 102: Ligne 104:
 </code> </code>
  
-<code ini local.conf>+''local.conf'' 
 +<code ini>
 HOST_IP=192.168.56.101 HOST_IP=192.168.56.101
 FLOATING_RANGE=192.168.56.224/27 FLOATING_RANGE=192.168.56.224/27
Ligne 120: Ligne 123:
 * https://developer.ibm.com/linuxonpower/2017/06/01/creating-power-debian-cloud-image-openstack/ * https://developer.ibm.com/linuxonpower/2017/06/01/creating-power-debian-cloud-image-openstack/
  
-<code ini local.conf>+''local.conf'' 
 +<code ini>
 [[local|localrc]] [[local|localrc]]
 ADMIN_PASSWORD=secret ADMIN_PASSWORD=secret
Ligne 191: Ligne 195:
 </code> </code>
  
-<code ini /etc/keystone/keystone.conf>+''/etc/keystone/keystone.conf'' 
 +<code ini>
 [token] [token]
 expiration = 36000 expiration = 36000
 </code> </code>
  
-<code ini /opt/stack/horizon/openstack_dashboard/local/local_settings.py>+''/opt/stack/horizon/openstack_dashboard/local/local_settings.py'' 
 +<code ini>
 SESSION_TIMEOUT=36000 SESSION_TIMEOUT=36000
 </code> </code>
Ligne 205: Ligne 211:
 </code> </code>
  
-<code bash ~/devstack/stackrc>+''~/devstack/stackrc'' 
 +<code bash>
 if ! isset ENABLED_SERVICES ; then if ! isset ENABLED_SERVICES ; then
     # Keystone - nothing works without keystone     # Keystone - nothing works without keystone
Ligne 236: Ligne 243:
 sudo rabbitmqctl list_queues sudo rabbitmqctl list_queues
 </code> </code>
 +
  
 == Supervision == Supervision
tech/notes_openstack.1761841076.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki