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

vagrant-registration trying to register CentOS atomic host #89

Open
LalatenduMohanty opened this issue Jul 8, 2016 · 3 comments
Open
Assignees
Labels

Comments

@LalatenduMohanty
Copy link
Contributor

[lmohanty@LalatenduM-laptop centos-atomic]$ vagrant init centos/atomic-host
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
[lmohanty@LalatenduM-laptop centos-atomic]$ vagrant up
Bringing machine 'default' up with 'libvirt' provider...
==> default: Box 'centos/atomic-host' could not be found. Attempting to find and install...
    default: Box Provider: libvirt
    default: Box Version: >= 0
==> default: Loading metadata for box 'centos/atomic-host'
    default: URL: https://atlas.hashicorp.com/centos/atomic-host
==> default: Adding box 'centos/atomic-host' (v7.20160531) for provider: libvirt
    default: Downloading: https://atlas.hashicorp.com/centos/boxes/atomic-host/versions/7.20160531/providers/libvirt.box
==> default: Successfully added box 'centos/atomic-host' (v7.20160531) for 'libvirt'!
==> default: Uploading base box image as volume into libvirt storage...
==> default: Creating image (snapshot of base box volume).
==> default: Creating domain with the following settings...
==> default:  -- Name:              centos-atomic_default
==> default:  -- Domain type:       kvm
==> default:  -- Cpus:              1
==> default:  -- Memory:            512M
==> default:  -- Management MAC:    
==> default:  -- Loader:            
==> default:  -- Base box:          centos/atomic-host
==> default:  -- Storage pool:      default
==> default:  -- Image:             /var/lib/libvirt/images/centos-atomic_default.img (11G)
==> default:  -- Volume Cache:      default
==> default:  -- Kernel:            
==> default:  -- Initrd:            
==> default:  -- Graphics Type:     vnc
==> default:  -- Graphics Port:     5900
==> default:  -- Graphics IP:       127.0.0.1
==> default:  -- Graphics Password: Not defined
==> default:  -- Video Type:        cirrus
==> default:  -- Video VRAM:        9216
==> default:  -- Keymap:            en-us
==> default:  -- TPM Path:          
==> default:  -- INPUT:             type=mouse, bus=ps2
==> default:  -- Command line : 
==> default: Creating shared folders metadata...
==> default: Starting domain.
==> default: Waiting for domain to get an IP address...
==> default: Waiting for SSH to become available...
    default: 
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default: 
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if it's present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Registering box with vagrant-registration...
    default: Would you like to register the system now (default: yes)? [y|n]n
==> default: Configuring and enabling network interfaces...
@coolbrg
Copy link
Contributor

coolbrg commented Jul 22, 2016

@LalatenduMohanty What are the expected boxes? CDK only? I doubt this plugin can be used in RHEL system in general.

@bexelbie
Copy link

It should definitely only fire on RHEL. I believe the plugin should work for any RHEL box, as I understand it.

@bexelbie
Copy link

This does not affect ADB 2.2.2 and Centos/7, as far as I can tell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants