Skip to content

ArdanaCLM/nova-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOVA-ANSIBLE

This repo contains the following roles and role specific tasks:

  • NOV-API - API service.
  • NOV-CLI - Contains tasks that use the nova client.
    • availability_zones - Configure availability zones - used by nova-cloud-configure.
  • nova-common - Common variables and tasks across services.
    • _configure_policy - Configure policy for service.
    • _configure_rootwrap - Configure rootwrap for service.
    • _service_status - Check and report status of service.
    • _set_directories - Set directories (etc, bin, conf) for service.
    • _write_conf - Create a file, maintaining backup copies.
  • NOV-CMP - Compute service which requires one of the hypervisors.
  • NOV-CMP-ESX - ESX hypervisor.
  • NOV-CMP-IRN - Ironic hypervisor.
  • NOV-CMP-KVM - KVM hypervisor.
  • NOV-CND - Conductor service.
  • nova-monasca - Monitoring
    • heartbeat_alarm - Install and configure a heartbeat check.
    • _monitor_libvirt - Run Monasca agent libvirt detection plugin.
    • process_bounds_alarm - Run a check on the number of nova-api processes.
    • start - Run Monasca agent Nova detection plugin.
  • nova-post-configure - Configuration operations that are run after all services are configured.
    • db_configure - Configure the nova database.
    • db_contract - Remove rows/columns etc. from the nova database during upgrade.
    • db_create - Create the nova database.
    • db_expand - Add rows/columns etc. to the nova database during upgrade.
    • keystone_conf - Configure the Keystone service for nova.
    • rabbit_configure - Configure the RabbitMQ service for nova.
    • create_defalut_flavors - Add the default flavors if they don't exist.
  • NOV-SCH - Scheduler service
  • NOV-SCH-IRN - Ironic specific configuration for nova scheduler service.
  • NOV-VNC - VNC service

Within each service role the following tasks may exist:

  • check_upgraded_packages - Notify the restart handler when a service needs to be restarted due to a package being updated.
  • configure - Configure the service.
  • install - Install the service.
  • start - Start the service.
  • status - Report status of the service.
  • stop - Stop the service.

Top level playbooks:

  • _nova-check-upgraded-packages - Check upgraded packages for all nova services - used by upgrade.
  • nova-cloud-configure - Cloud configuration - optionally run manually by users.
  • nova-configure - Configure all nova components - used by deploy & reconfigure.
  • nova-deploy - Deploy the service (install, configure and start).
  • _nova-install - Install all nova components - used by deploy & upgrade.
  • _nova-post-configure - Post configuration operations - used by deploy & reconfigure.
  • _nova-post-deploy - Post deploy operations - used by deploy & reconfigure.
  • nova-reconfigure - Reconfigure all nova components.
  • nova-start - Start all nova services.
  • nova-status - Status of all nova services.
  • nova-stop - Stop all nova services.
  • nova-upgrade - Upgrade all nova components.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published