-
Notifications
You must be signed in to change notification settings - Fork 135
ansible installer #1016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
evgeni
wants to merge
12
commits into
develop
Choose a base branch
from
ansible-installer
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
ansible installer #1016
Changes from 10 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
f8e838d
use Ansible/Quadlet to deploy the main app
evgeni 61e4702
pulp permissions are out of scope now
evgeni 02a3580
tune the katello
evgeni 5a203eb
migrate the frankenstein
evgeni e0efa0a
use root as deployment group, not foreman
evgeni 766e495
Add certs command
ehelms c786a7b
frankenstein, but the other way round
evgeni 2f5c010
expose generate
evgeni 4e7911b
build foreman-certs
evgeni 69c47f3
patched packit
evgeni 21d762e
no eric ssl
evgeni 7f2fce4
Allow setting tuning
ehelms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| #!/usr/bin/env ruby | ||
| require 'rubygems' | ||
| require 'kafo' | ||
|
|
||
| CONFIG_DIR = './foreman_certs/config/'.freeze | ||
| LAST_SCENARIO_PATH = './config/last_scenario.yaml'.freeze | ||
|
|
||
| @result = Kafo::KafoConfigure.run | ||
| exit((@result.nil? || @result.exit_code == 2) ? 0 : @result.exit_code) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| answers.delete_if do |key, _value| | ||
| ['foreman', 'foreman_proxy_content', 'apache::mod::status'].include?(key) || key.start_with?('foreman::') | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| certs: | ||
| generate: true | ||
| regenerate: true | ||
| deploy: false | ||
| group: foreman | ||
| ssl_build_dir: /home/ehelms/workspace/upstream/installer/foreman-installer/_ssl_build | ||
| certs::generate: true | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| --- | ||
| :answer_file: "./foreman_certs/config/foreman-certs-answers.yaml" | ||
| :color_of_background: :dark | ||
| :colors: true | ||
| :custom: {} | ||
| :description: Generate Foreman certificates | ||
| :dont_save_answers: true | ||
| :enabled: true | ||
| :facts: {} | ||
| :hook_dirs: [] | ||
| :installer_dir: "./foreman_certs" | ||
| :log_dir: "./_build/" | ||
| :log_level: :debug | ||
| :log_name: foreman-certs.log | ||
| :low_priority_modules: [] | ||
| :mapping: {} | ||
| :module_dirs: "./_build/modules" | ||
| :name: foreman-certs | ||
| :no_prefix: true | ||
| :order: | ||
| - certs | ||
| - certs::generate | ||
| :parser_cache_path: "./_build/parser_cache/foreman-certs.yaml" | ||
| :skip_puppet_version_check: false | ||
| :store_dir: '' | ||
| :verbose: false | ||
| :verbose_log_level: debug |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.