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
#!/bin/sh | |
sudo virsh destroy small-cent7 | |
sudo virsh undefine small-cent7 | |
sudo rm -f small-cent7.img | |
sudo qemu-img create -f qcow2 small-cent7.img 8G | |
#qemu-img create small-centos65.img 8G | |
sudo virt-install -n small-cent7 -r 2048 --vcpus=2 --network network=default \ | |
--graphics=spice --noautoconsole --noreboot -v \ | |
-l http://repos.dfw.quadranet.com/centos/7/os/x86_64/ \ |
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
# Copyright 2015 OpenStack Foundation | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); you may | |
# not use this file except in compliance with the License. You may obtain | |
# a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
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
TASK: [openstack/create-keystonerc | Print nodes] ***************************** | |
<tempest.example.com> ESTABLISH CONNECTION FOR USER: root | |
ok: [tempest.example.com] => { | |
"nodes": { | |
"compute1": { | |
"groups": [ | |
"compute", | |
"foreman_nodes", | |
"puppet", | |
"rdo", |
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
2015-01-28 19:28:24,026 | WARN | Event Dispatcher | AetherBasedResolver | 5 - org.ops4j.pax.url.mvn - 1.6.0 | Error resolving artifactorg.eclipse.equinox:region:jar:1.0.0.v20110506:Could not transfer artifact org.eclipse.equinox:region:jar:1.0.0.v20110506 from/to defaultlocal (file:/home/odl/.m2/repository/): Repository path /home/odl/.m2/repository does not exist, and cannot be created. | |
org.sonatype.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.eclipse.equinox:region:jar:1.0.0.v20110506 from/to defaultlocal (file:/home/odl/.m2/repository/): Repository path /home/odl/.m2/repository does not exist, and cannot be created. | |
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538) | |
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216) | |
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:193) | |
at org.sonatype.aet |