Project 'rc/packer-openstack-hpc-image' was moved to 'rc/hpc-factory'. Please update any links and bookmarks that may still have the old path.
The source project of this merge request has been removed.
Feat install package
Refactor the role to take different package lists to install
Merge request reports
Activity
Filter activity
mentioned in issue #44 (closed)
- Resolved by Ravi Tripathi
added 7 commits
Toggle commit listadded 7 commits
- ff9d0041 - Add pkg list variable for different image
- b489818d - Add repo file list to group var
- d18a3e47 - Update role to take repo list variable
- ae4793d4 - Add build zsh script
- 1f375d9d - Add dependencies for zsh
- 8ca6f22f - Install zsh with rpm
- a2750c09 - Update pkg list file with pkg list variable
Toggle commit list1 1 --- 2 #This file path is relative to the ansible playbook. 3 pkg_list_file: "cheaha-compute-yum-pkg-list.txt" 2 zsh_ver: 5.7.1 3 zsh_src_url: "https://www.zsh.org/pub/old/zsh-{{ zsh_ver }}.tar.xz" 4 yum_repo_files: [] yum_repo_files: - dell-system-update.repo
I think the base group should have this yum repo
Edited by Eesaan Atluribase and ood should have it.
So it should be in group_vars/base and group_vars/ood
Edited by Bo-Chun Chen
added 2 commits