adb-vagrant-registration icon indicating copy to clipboard operation
adb-vagrant-registration copied to clipboard

vagrant-registration trying to register CentOS atomic host

Open LalatenduMohanty opened this issue 9 years ago • 3 comments

[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...

LalatenduMohanty avatar Jul 08 '16 10:07 LalatenduMohanty

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

brgnepal avatar Jul 22 '16 12:07 brgnepal

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

bexelbie avatar Aug 18 '16 09:08 bexelbie

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

bexelbie avatar Aug 25 '16 20:08 bexelbie