Skip to content
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

elemental-operator register: add elemental cli call #38

Merged
merged 2 commits into from
Jul 13, 2022

Conversation

fgiudici
Copy link
Member

@fgiudici fgiudici commented Jul 13, 2022

The elemental-operator register command, after retrieving the config
registration will directly call the elemental cli to start the actual
installation process.

Co-authored-by: David Cassany dcassany@suse.com
Co-authored-by: Francesco Giudici francesco.giudici@suse.com

Related to #7

The elemental-operator register command, after retrieving the config
registration will directly call the elemental cli to start the actual
installation process.

Co-authored-by: David Cassany <dcassany@suse.com>
Co-authored-by: Francesco Giudici <francesco.giudici@suse.com>

Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
@codecov-commenter
Copy link

Codecov Report

Merging #38 (c4d2e99) into main (bcfe4d0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   42.55%   42.55%           
=======================================
  Files           9        9           
  Lines         658      658           
=======================================
  Hits          280      280           
  Misses        358      358           
  Partials       20       20           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcfe4d0...c4d2e99. Read the comment docs.

if err != nil {
return err
}
install.PrintEnv(fullConf)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to print this here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we just included it to ease debugging, there is quite some code to polish/remove within the repository. Not really relevant for now I'd say as this should keep changing during the following days.

@davidcassany davidcassany merged commit 62bac1d into main Jul 13, 2022
@davidcassany davidcassany deleted the operator_register_install branch July 13, 2022 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants