New Question

pcminitech's profile - activity

2019-11-19 17:54:11 +0200 received badge  Famous Question (source)
2019-11-19 17:54:11 +0200 received badge  Notable Question (source)
2018-11-27 20:33:46 +0200 received badge  Popular Question (source)
2018-11-23 14:40:44 +0200 commented answer Problem with Volume Failing

V-magine was fresh installed that was first thing I did was deploy the default image came with it. I will look in to the

2018-11-21 14:49:15 +0200 commented answer Problem with Volume Failing

I used your openstack v-magine

2018-11-21 14:48:12 +0200 answered a question Problem with Volume Failing

cat /var/log/cinder/volume.log 2018-11-20 06:34:00.402 54553 INFO cinder.rpc [req-3f0cc327-7aa3-4eba-9147-447a1

2018-11-20 14:21:03 +0200 asked a question Problem with Volume Failing

Problem with Volume Failing Build of instance e002a03d-c1e6-4466-8af1-e284d9b97fd7 aborted: Volume 2cf4d551-2358-4b8f-aa

2018-04-13 17:25:56 +0200 received badge  Famous Question (source)
2017-05-15 22:05:58 +0200 received badge  Notable Question (source)
2017-05-07 11:07:11 +0200 received badge  Popular Question (source)
2017-05-05 07:44:21 +0200 asked a question v-magazine openstack 2 Network Adapter Problems

I deployed openstack with v-magazine everything works great on the current setup. I want to add 2 external network adapter with hyper-v virtual switch.

  1. Build virtual switch
  2. Add to the openstack-controller
  3. ip a the adapter is eth4
  4. ovs-vsctl add-br br-eth4 ovs-vsctl add-port br-eth4 eth4
  5. Following those instructions, make sure that both externalnetworkbridge and gatewayexternalnetworkid are unset in l3agent.ini.
  6. type_drivers = local,flat,gre,vxlan
  7. flat_networks = *
  8. networkvlanranges = physnet1:500:2000,physnet2 bridge_mappings = physnet1:br-data,physnet2:br-eth4
  9. openstack-service restart neutron
  10. neutron net-create WANNetwork2 --provider:networktype flat --provider:physical_network=physnet2 --router:external=true
  11. Add subnet 104.234.239.0/24 and pool of ips and build router add private subnet 10.0.1.0/24 add private subnet to router and put the gateway to router on the real world router 104.234.239.40 Can ping ips internal and to the bridge can't ping real router and access rule allow ping out.

The other network is fine and 10.0.0.0/24 and router and 192.168.1.0/24 public ip on the external network.