Skip to content

zerodayz/openstack_containerized_hotfix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an easy process:

  • Modify configuration file config.yaml.

  • Generate install scripts with:

./generate_scripts.sh
  • Place RPMs in rpms/

  • Create a tar archive of the directory and deliver it to the customer:

tar -czf <file name> <dir name>
  • On the target system, extract the tarball, go to directory scripts and run:
cd scripts/
bash generate_hotfix.sh

If needed / desired, run:

bash start_hotfix_container.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%