Class: Fog::Network::OpenStack::Mock

Inherits:
Object
  • Object
show all
Includes:
OpenStack::Core
Defined in:
lib/fog/network/openstack.rb,
lib/fog/network/openstack/requests/get_port.rb,
lib/fog/network/openstack/requests/get_quota.rb,
lib/fog/network/openstack/requests/get_lb_vip.rb,
lib/fog/network/openstack/requests/get_quotas.rb,
lib/fog/network/openstack/requests/get_router.rb,
lib/fog/network/openstack/requests/get_subnet.rb,
lib/fog/network/openstack/requests/list_ports.rb,
lib/fog/network/openstack/requests/set_tenant.rb,
lib/fog/network/openstack/requests/create_port.rb,
lib/fog/network/openstack/requests/delete_port.rb,
lib/fog/network/openstack/requests/get_lb_pool.rb,
lib/fog/network/openstack/requests/get_network.rb,
lib/fog/network/openstack/requests/update_port.rb,
lib/fog/network/openstack/requests/delete_quota.rb,
lib/fog/network/openstack/requests/list_lb_vips.rb,
lib/fog/network/openstack/requests/list_routers.rb,
lib/fog/network/openstack/requests/list_subnets.rb,
lib/fog/network/openstack/requests/update_quota.rb,
lib/fog/network/openstack/requests/create_lb_vip.rb,
lib/fog/network/openstack/requests/create_router.rb,
lib/fog/network/openstack/requests/create_subnet.rb,
lib/fog/network/openstack/requests/delete_lb_vip.rb,
lib/fog/network/openstack/requests/delete_router.rb,
lib/fog/network/openstack/requests/delete_subnet.rb,
lib/fog/network/openstack/requests/get_lb_member.rb,
lib/fog/network/openstack/requests/list_lb_pools.rb,
lib/fog/network/openstack/requests/list_networks.rb,
lib/fog/network/openstack/requests/update_lb_vip.rb,
lib/fog/network/openstack/requests/update_router.rb,
lib/fog/network/openstack/requests/update_subnet.rb,
lib/fog/network/openstack/requests/create_lb_pool.rb,
lib/fog/network/openstack/requests/create_network.rb,
lib/fog/network/openstack/requests/delete_lb_pool.rb,
lib/fog/network/openstack/requests/delete_network.rb,
lib/fog/network/openstack/requests/get_ike_policy.rb,
lib/fog/network/openstack/requests/update_lb_pool.rb,
lib/fog/network/openstack/requests/update_network.rb,
lib/fog/network/openstack/requests/get_floating_ip.rb,
lib/fog/network/openstack/requests/get_rbac_policy.rb,
lib/fog/network/openstack/requests/get_vpn_service.rb,
lib/fog/network/openstack/requests/list_lb_members.rb,
lib/fog/network/openstack/requests/create_lb_member.rb,
lib/fog/network/openstack/requests/delete_lb_member.rb,
lib/fog/network/openstack/requests/get_ipsec_policy.rb,
lib/fog/network/openstack/requests/update_lb_member.rb,
lib/fog/network/openstack/requests/create_ike_policy.rb,
lib/fog/network/openstack/requests/delete_ike_policy.rb,
lib/fog/network/openstack/requests/get_lb_pool_stats.rb,
lib/fog/network/openstack/requests/list_floating_ips.rb,
lib/fog/network/openstack/requests/list_ike_policies.rb,
lib/fog/network/openstack/requests/list_vpn_services.rb,
lib/fog/network/openstack/requests/update_ike_policy.rb,
lib/fog/network/openstack/requests/create_floating_ip.rb,
lib/fog/network/openstack/requests/create_rbac_policy.rb,
lib/fog/network/openstack/requests/create_vpn_service.rb,
lib/fog/network/openstack/requests/delete_floating_ip.rb,
lib/fog/network/openstack/requests/delete_rbac_policy.rb,
lib/fog/network/openstack/requests/delete_vpn_service.rb,
lib/fog/network/openstack/requests/get_security_group.rb,
lib/fog/network/openstack/requests/list_rbac_policies.rb,
lib/fog/network/openstack/requests/update_rbac_policy.rb,
lib/fog/network/openstack/requests/update_vpn_service.rb,
lib/fog/network/openstack/requests/create_ipsec_policy.rb,
lib/fog/network/openstack/requests/delete_ipsec_policy.rb,
lib/fog/network/openstack/requests/list_ipsec_policies.rb,
lib/fog/network/openstack/requests/update_ipsec_policy.rb,
lib/fog/network/openstack/requests/add_router_interface.rb,
lib/fog/network/openstack/requests/list_security_groups.rb,
lib/fog/network/openstack/requests/associate_floating_ip.rb,
lib/fog/network/openstack/requests/create_security_group.rb,
lib/fog/network/openstack/requests/delete_security_group.rb,
lib/fog/network/openstack/requests/get_lb_health_monitor.rb,
lib/fog/network/openstack/requests/get_security_group_rule.rb,
lib/fog/network/openstack/requests/list_lb_health_monitors.rb,
lib/fog/network/openstack/requests/remove_router_interface.rb,
lib/fog/network/openstack/requests/create_lb_health_monitor.rb,
lib/fog/network/openstack/requests/delete_lb_health_monitor.rb,
lib/fog/network/openstack/requests/disassociate_floating_ip.rb,
lib/fog/network/openstack/requests/update_lb_health_monitor.rb,
lib/fog/network/openstack/requests/get_ipsec_site_connection.rb,
lib/fog/network/openstack/requests/list_security_group_rules.rb,
lib/fog/network/openstack/requests/create_security_group_rule.rb,
lib/fog/network/openstack/requests/delete_security_group_rule.rb,
lib/fog/network/openstack/requests/associate_lb_health_monitor.rb,
lib/fog/network/openstack/requests/list_ipsec_site_connections.rb,
lib/fog/network/openstack/requests/create_ipsec_site_connection.rb,
lib/fog/network/openstack/requests/delete_ipsec_site_connection.rb,
lib/fog/network/openstack/requests/update_ipsec_site_connection.rb,
lib/fog/network/openstack/requests/disassociate_lb_health_monitor.rb

Instance Attribute Summary

Attributes included from OpenStack::Core

#auth_token, #auth_token_expiration, #current_tenant, #current_user, #current_user_id, #openstack_cache_ttl, #openstack_domain_id, #openstack_domain_name, #openstack_identity_prefix, #openstack_project_domain, #openstack_project_domain_id, #openstack_project_id, #openstack_user_domain, #openstack_user_domain_id, #unscoped_token

Class Method Summary collapse

Instance Method Summary collapse

Methods included from OpenStack::Core

#credentials, #initialize_identity, not_found_class, #reload

Constructor Details

#initialize(options = {}) ⇒ Mock

Returns a new instance of Mock.



275
276
277
278
279
280
# File 'lib/fog/network/openstack.rb', line 275

def initialize(options = {})
  @auth_token = Fog::Mock.random_base64(64)
  @auth_token_expiration = (Time.now.utc + 86400).iso8601

  initialize_identity options
end

Class Method Details

.dataObject



186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
# File 'lib/fog/network/openstack.rb', line 186

def self.data
  @data ||= Hash.new do |hash, key|
    qos_policy_id = Fog::UUID.uuid
    network_id = Fog::UUID.uuid
    subnet_id  = Fog::UUID.uuid
    tenant_id  = Fog::Mock.random_hex(8)

    hash[key] = {
      :networks               => {
        network_id                             => {
          'id'                    => network_id,
          'name'                  => 'Public',
          'subnets'               => [subnet_id],
          'shared'                => true,
          'status'                => 'ACTIVE',
          'tenant_id'             => tenant_id,
          'provider:network:type' => 'vlan',
          'router:external'       => false,
          'admin_state_up'        => true,
          'qos_policy_id'         => qos_policy_id,
          'port_security_enabled' => 'port_security_enabled'
        },
        'e624a36d-762b-481f-9b50-4154ceb78bbb' => {
          'id'              => 'e624a36d-762b-481f-9b50-4154ceb78bbb',
          'name'            => 'network_1',
          'subnets'         => ['2e4ec6a4-0150-47f5-8523-e899ac03026e'],
          'shared'          => false,
          'status'          => 'ACTIVE',
          'admin_state_up'  => true,
          'tenant_id'       => 'f8b26a6032bc47718a7702233ac708b9',
          'router:external' => false,
        }
      },
      :ports                  => {},
      :subnets                => {
        subnet_id => {
          'id'               => subnet_id,
          'name'             => "Public",
          'network_id'       => network_id,
          'cidr'             => "192.168.0.0/22",
          'ip_version'       => 4,
          'gateway_ip'       => Fog::Mock.random_ip,
          'allocation_pools' => [],
          'dns_nameservers'  => [Fog::Mock.random_ip, Fog::Mock.random_ip],
          'host_routes'      => [Fog::Mock.random_ip],
          'enable_dhcp'      => true,
          'tenant_id'        => tenant_id,
        }
      },
      :floating_ips           => {},
      :routers                => {},
      :lb_pools               => {},
      :lb_members             => {},
      :lb_health_monitors     => {},
      :lb_vips                => {},
      :vpn_services           => {},
      :ike_policies           => {},
      :ipsec_policies         => {},
      :ipsec_site_connections => {},
      :rbac_policies          => {},
      :quota                  => {
        "subnet"     => 10,
        "router"     => 10,
        "port"       => 50,
        "network"    => 10,
        "floatingip" => 50
      },
      :quotas                 => [
        {
          "subnet"     => 10,
          "network"    => 10,
          "floatingip" => 50,
          "tenant_id"  => tenant_id,
          "router"     => 10,
          "port"       => 30
        }
      ],
      :security_groups        => {},
      :security_group_rules   => {},
    }
  end
end

.resetObject



269
270
271
# File 'lib/fog/network/openstack.rb', line 269

def self.reset
  @data = nil
end

Instance Method Details

#add_router_interface(_router_id, _subnet_id, _options = {}) ⇒ Object



26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# File 'lib/fog/network/openstack/requests/add_router_interface.rb', line 26

def add_router_interface(_router_id, _subnet_id, _options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'status'         => 'ACTIVE',
    'name'           => '',
    'admin_state_up' => true,
    'network_id'     => '5307648b-e836-4658-8f1a-ff7536870c64',
    'tenant_id'      => '6b96ff0cb17a4b859e1e575d221683d3',
    'device_owner'   => 'network:router_interface',
    'mac_address'    => 'fa:16:3e:f7:d1:9c',
    'fixed_ips'      => {
      'subnet_id'  => 'a2f1f29d-571b-4533-907f-5803ab96ead1',
      'ip_address' => '10.1.1.1'
    },
    'id'             => '3a44f4e5-1694-493a-a1fb-393881c673a4',
    'device_id'      => '7177abc4-5ae9-4bb7-b0d4-89e94a4abf3b'
  }

  self.data[:routers][data['router_id']] = data
  response.body = {'router' => data}
  response
end

#associate_floating_ip(_floating_ip_id, port_id, options = {}) ⇒ Object



27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# File 'lib/fog/network/openstack/requests/associate_floating_ip.rb', line 27

def associate_floating_ip(_floating_ip_id, port_id, options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'                  => '00000000-0000-0000-0000-000000000000',
    'router_id'           => '00000000-0000-0000-0000-000000000000',
    'tenant_id'           => options["tenant_id"],
    'floating_network_id' => options["floating_network_id"],
    'fixed_ip_address'    => options["fixed_ip_address"],
    'floating_ip_address' => options["floating_ip_address"],
    'port_id'             => port_id,
  }

  self.data[:floating_ips][data['floating_ip_id']] = data
  response.body = {'floatingip' => data}
  response
end

#associate_lb_health_monitor(pool_id, health_monitor_id) ⇒ Object



22
23
24
25
26
27
28
29
30
31
32
33
# File 'lib/fog/network/openstack/requests/associate_lb_health_monitor.rb', line 22

def associate_lb_health_monitor(pool_id, health_monitor_id)
  response = Excon::Response.new
  if pool = list_lb_pools.body['pools'].find { |_| _['id'] == pool_id }
    pool['health_monitors'] << health_monitor_id
    data[:lb_pools][pool_id] = pool
    response.body = {'health_monitor' => {}}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#create_floating_ip(floating_network_id, options = {}) ⇒ Object



27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# File 'lib/fog/network/openstack/requests/create_floating_ip.rb', line 27

def create_floating_ip(floating_network_id, options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'                  => floating_network_id,
    'floating_network_id' => floating_network_id,
    'port_id'             => options[:port_id],
    'tenant_id'           => options[:tenant_id],
    'fixed_ip_address'    => options[:fixed_ip_address],
    'router_id'           => nil,
  }
  self.data[:floating_ips][data['id']] = data
  response.body = {'floatingip' => data}
  response
end

#create_ike_policy(options = {}) ⇒ Object



29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# File 'lib/fog/network/openstack/requests/create_ike_policy.rb', line 29

def create_ike_policy(options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'                      => Fog::Mock.random_numbers(6).to_s,
    'name'                    => options[:name],
    'description'             => options[:description],
    'tenant_id'               => options[:tenant_id],
    'auth_algorithm'          => options[:auth_algorithm],
    'encryption_algorithm'    => options[:encryption_algorithm],
    'pfs'                     => options[:pfs],
    'phase1_negotiation_mode' => options[:phase1_negotiation_mode],
    'lifetime'                => options[:lifetime],
    'ike_version'             => options[:ike_version]
  }

  self.data[:ike_policies][data['id']] = data
  response.body = {'ikepolicy' => data}
  response
end

#create_ipsec_policy(options = {}) ⇒ Object



29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# File 'lib/fog/network/openstack/requests/create_ipsec_policy.rb', line 29

def create_ipsec_policy(options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'                   => Fog::Mock.random_numbers(6).to_s,
    'name'                 => options[:name],
    'description'          => options[:description],
    'tenant_id'            => options[:tenant_id],
    'auth_algorithm'       => options[:auth_algorithm],
    'encryption_algorithm' => options[:encryption_algorithm],
    'pfs'                  => options[:pfs],
    'transform_protocol'   => options[:transform_protocol],
    'lifetime'             => options[:lifetime],
    'encapsulation_mode'   => options[:encapsulation_mode]
  }

  self.data[:ipsec_policies][data['id']] = data
  response.body = {'ipsecpolicy' => data}
  response
end

#create_ipsec_site_connection(vpn_service_id, ike_policy_id, ipsec_policy_id, options = {}) ⇒ Object



32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# File 'lib/fog/network/openstack/requests/create_ipsec_site_connection.rb', line 32

def create_ipsec_site_connection(vpn_service_id, ike_policy_id, ipsec_policy_id, options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'                => Fog::Mock.random_numbers(6).to_s,
    'name'              => options[:name],
    'description'       => options[:description],
    'status'            => 'ACTIVE',
    'tenant_id'         => options[:tenant_id],
    'admin_state_up'    => options[:admin_state_up],
    'psk'               => options[:psk],
    'initiator'         => options[:initiator],
    'auth_mode'         => "psk",
    'peer_cidrs'        => options[:peer_cidrs],
    'mtu'               => options[:mtu],
    'peer_ep_group_id'  => Fog::Mock.random_numbers(6).to_s,
    'ikepolicy_id'      => ike_policy_id,
    'vpnservice_id'     => vpn_service_id,
    'dpd'               => options[:dpd],
    'route_mode'        => "static",
    'ipsecpolicy_id'    => ipsec_policy_id,
    'local_ep_group_id' => Fog::Mock.random_numbers(6).to_s,
    'peer_address'      => options[:peer_address],
    'peer_id'           => options[:peer_id]
  }

  self.data[:ipsec_site_connections][data['id']] = data
  response.body = {'ipsec_site_connection' => data}
  response
end

#create_lb_health_monitor(type, delay, timeout, max_retries, options = {}) ⇒ Object



30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# File 'lib/fog/network/openstack/requests/create_lb_health_monitor.rb', line 30

def create_lb_health_monitor(type, delay, timeout, max_retries, options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'             => Fog::Mock.random_numbers(6).to_s,
    'type'           => type,
    'delay'          => delay,
    'timeout'        => timeout,
    'max_retries'    => max_retries,
    'http_method'    => options[:http_method],
    'url_path'       => options[:url_path],
    'expected_codes' => options[:expected_codes],
    'status'         => 'ACTIVE',
    'admin_state_up' => options[:admin_state_up],
    'tenant_id'      => options[:tenant_id],
  }

  self.data[:lb_health_monitors][data['id']] = data
  response.body = {'health_monitor' => data}
  response
end

#create_lb_member(pool_id, address, protocol_port, weight, options = {}) ⇒ Object



30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# File 'lib/fog/network/openstack/requests/create_lb_member.rb', line 30

def create_lb_member(pool_id, address, protocol_port, weight, options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'             => Fog::Mock.random_numbers(6).to_s,
    'pool_id'        => pool_id,
    'address'        => address,
    'protocol_port'  => protocol_port,
    'weight'         => weight,
    'status'         => 'ACTIVE',
    'admin_state_up' => options[:admin_state_up],
    'tenant_id'      => options[:tenant_id],
  }

  self.data[:lb_members][data['id']] = data
  response.body = {'member' => data}
  response
end

#create_lb_pool(subnet_id, protocol, lb_method, options = {}) ⇒ Object



29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# File 'lib/fog/network/openstack/requests/create_lb_pool.rb', line 29

def create_lb_pool(subnet_id, protocol, lb_method, options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'                 => Fog::Mock.random_numbers(6).to_s,
    'subnet_id'          => subnet_id,
    'protocol'           => protocol,
    'lb_method'          => lb_method,
    'name'               => options[:name],
    'description'        => options[:description],
    'health_monitors'    => [],
    'members'            => [],
    'status'             => 'ACTIVE',
    'admin_state_up'     => options[:admin_state_up],
    'vip_id'             => nil,
    'tenant_id'          => options[:tenant_id],
    'active_connections' => nil,
    'bytes_in'           => nil,
    'bytes_out'          => nil,
    'total_connections'  => nil
  }

  self.data[:lb_pools][data['id']] = data
  response.body = {'pool' => data}
  response
end

#create_lb_vip(subnet_id, pool_id, protocol, protocol_port, options = {}) ⇒ Object



31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# File 'lib/fog/network/openstack/requests/create_lb_vip.rb', line 31

def create_lb_vip(subnet_id,  pool_id, protocol, protocol_port, options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'                  => Fog::Mock.random_numbers(6).to_s,
    'subnet_id'           => subnet_id,
    'pool_id'             => pool_id,
    'protocol'            => protocol,
    'protocol_port'       => protocol_port,
    'name'                => options[:name],
    'description'         => options[:description],
    'address'             => options[:address],
    'port_id'             => Fog::Mock.random_numbers(6).to_s,
    'session_persistence' => options[:session_persistence],
    'connection_limit'    => options[:connection_limit],
    'status'              => 'ACTIVE',
    'admin_state_up'      => options[:admin_state_up],
    'tenant_id'           => options[:tenant_id],
  }

  self.data[:lb_vips][data['id']] = data
  response.body = {'vip' => data}
  response
end

#create_network(options = {}) ⇒ Object



66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# File 'lib/fog/network/openstack/requests/create_network.rb', line 66

def create_network(options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'                    => Fog::Mock.random_numbers(6).to_s,
    'name'                  => options[:name],
    'shared'                => options[:shared],
    'subnets'               => [],
    'status'                => 'ACTIVE',
    'admin_state_up'        => options[:admin_state_up],
    'tenant_id'             => options[:tenant_id],
    'qos_policy_id'         => options[:qos_policy_id],
    'port_security_enabled' => options[:port_security_enabled]
  }
  data.merge!(Fog::Network::OpenStack::Real.create(options))
  self.data[:networks][data['id']] = data
  response.body = {'network' => data}
  response
end

#create_port(network_id, options = {}) ⇒ Object



29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# File 'lib/fog/network/openstack/requests/create_port.rb', line 29

def create_port(network_id, options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'                    => Fog::Mock.random_numbers(6).to_s,
    'name'                  => options[:name],
    'network_id'            => network_id,
    'fixed_ips'             => options[:fixed_ips],
    'mac_address'           => options[:mac_address],
    'status'                => 'ACTIVE',
    'admin_state_up'        => options[:admin_state_up],
    'device_owner'          => options[:device_owner],
    'device_id'             => options[:device_id],
    'tenant_id'             => options[:tenant_id],
    'security_groups'       => options[:security_groups],
    'allowed_address_pairs' => options[:allowed_address_pairs],
  }
  self.data[:ports][data['id']] = data
  response.body = {'port' => data}
  response
end

#create_rbac_policy(options = {}) ⇒ Object



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# File 'lib/fog/network/openstack/requests/create_rbac_policy.rb', line 23

def create_rbac_policy(options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'            => Fog::Mock.random_numbers(6).to_s,
    'object_type'   => options[:object_type],
    'object_id'     => options[:object_id],
    'tenant_id'     => options[:tenant_id],
    'target_tenant' => options[:target_tenant],
    'action'        => options[:action]
  }

  self.data[:rbac_policies][data['id']] = data
  response.body = {'rbac_policy' => data}
  response
end

#create_router(name, options = {}) ⇒ Object



47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'lib/fog/network/openstack/requests/create_router.rb', line 47

def create_router(name, options = {})
  response = Excon::Response.new
  response.status = 201

  # remove this in a future
  egi = options[:external_gateway_info]
  if egi && egi.kind_of?(Fog::Network::OpenStack::Network)
    Fog::Logger.deprecation "Passing a model objects into options[:external_gateway_info] is deprecated. \
    Please pass  external external gateway as follows options[:external_gateway_info] = { :network_id => NETWORK_ID }]"
    egi = {:network_id => egi.id}
  end

  data = {
    'router' => {
      :id                    => Fog::Mock.random_numbers(6).to_s,
      :status                => options[:status] || 'ACTIVE',
      :external_gateway_info => egi,
      :name                  => name,
      :admin_state_up        => options[:admin_state_up],
      :tenant_id             => '6b96ff0cb17a4b859e1e575d221683d3'
    }
  }
  self.data[:routers][data['router'][:id]] = data['router']
  response.body = data
  response
end

#create_security_group(options = {}) ⇒ Object



48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# File 'lib/fog/network/openstack/requests/create_security_group.rb', line 48

def create_security_group(options = {})
  # Spaces are NOT removed from name and description, as in case of compute sec groups
  tenant_id     = Fog::Mock.random_numbers(14).to_s
  sec_group_id  = Fog::UUID.uuid

  response = Excon::Response.new
  response.status = 201
  # by default every security group will come setup with an egress rule to "allow all out"
  data = {
    "security_group_rules" => [
      {"remote_group_id"   => nil,
       "direction"         => "egress",
       "remote_ip_prefix"  => nil,
       "protocol"          => nil,
       "ethertype"         => "IPv4",
       "tenant_id"         => tenant_id,
       "port_range_max"    => nil,
       "port_range_min"    => nil,
       "id"                => Fog::UUID.uuid,
       "security_group_id" => sec_group_id},
      {"remote_group_id"   => nil,
       "direction"         => "egress",
       "remote_ip_prefix"  => nil,
       "protocol"          => nil,
       "ethertype"         => "IPv6",
       "tenant_id"         => tenant_id,
       "port_range_max"    => nil,
       "port_range_min"    => nil,
       "id"                => Fog::UUID.uuid,
       "security_group_id" => sec_group_id}
    ],
    "id"                   => sec_group_id,
    "tenant_id"            => tenant_id,
    "name"                 => options[:name] || "",
    "description"          => options[:description] || ""
  }

  self.data[:security_groups][data["id"]] = data
  response.body = {"security_group" => data}
  response
end

#create_security_group_rule(security_group_id, direction, options = {}) ⇒ Object



57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# File 'lib/fog/network/openstack/requests/create_security_group_rule.rb', line 57

def create_security_group_rule(security_group_id, direction, options = {})
  response = Excon::Response.new
  data = {
    "id"                => Fog::UUID.uuid,
    "remote_group_id"   => options[:remote_group_id],
    "direction"         => direction,
    "remote_ip_prefix"  => options[:remote_ip_prefix],
    "protocol"          => options[:protocol],
    "ethertype"         => options[:ethertype] || "IPv4",
    "tenant_id"         => options[:tenant_id] || Fog::Mock.random_numbers(14).to_s,
    "port_range_max"    => options[:port_range_max],
    "port_range_min"    => options[:port_range_min],
    "security_group_id" => security_group_id
  }
  self.data[:security_group_rules][data["id"]] = data
  response.status = 201
  response.body   = {"security_group_rule" => data}
  response
end

#create_subnet(network_id, cidr, ip_version, options = {}) ⇒ Object



31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# File 'lib/fog/network/openstack/requests/create_subnet.rb', line 31

def create_subnet(network_id, cidr, ip_version, options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'               => Fog::Mock.random_numbers(6).to_s,
    'name'             => options[:name],
    'network_id'       => network_id,
    'cidr'             => cidr,
    'ip_version'       => ip_version,
    'gateway_ip'       => options[:gateway_ip],
    'allocation_pools' => options[:allocation_pools],
    'dns_nameservers'  => options[:dns_nameservers],
    'host_routes'      => options[:host_routes],
    'enable_dhcp'      => options[:enable_dhcp],
    'tenant_id'        => options[:tenant_id]
  }
  self.data[:subnets][data['id']] = data
  response.body = {'subnet' => data}
  response
end

#create_vpn_service(subnet_id, router_id, options = {}) ⇒ Object



28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# File 'lib/fog/network/openstack/requests/create_vpn_service.rb', line 28

def create_vpn_service(subnet_id, router_id, options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'id'             => Fog::Mock.random_numbers(6).to_s,
    'subnet_id'      => subnet_id,
    'router_id'      => router_id,
    'name'           => options[:name],
    'description'    => options[:description],
    'status'         => 'ACTIVE',
    'admin_state_up' => options[:admin_state_up],
    'tenant_id'      => options[:tenant_id],
    'external_v4_ip' => '1.2.3.4',
    'external_v6_ip' => '::1'
  }

  self.data[:vpn_services][data['id']] = data
  response.body = {'vpnservice' => data}
  response
end

#dataObject



282
283
284
# File 'lib/fog/network/openstack.rb', line 282

def data
  self.class.data["#{@openstack_username}-#{@openstack_tenant}"]
end

#delete_floating_ip(floating_ip_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_floating_ip.rb', line 15

def delete_floating_ip(floating_ip_id)
  response = Excon::Response.new
  if list_floating_ips.body['floatingips'].map { |r| r['id'] }.include? floating_ip_id
    data[:floating_ips].delete(floating_ip_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_ike_policy(ike_policy_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_ike_policy.rb', line 15

def delete_ike_policy(ike_policy_id)
  response = Excon::Response.new
  if list_ike_policies.body['ikepolicies'].collect { |r| r['id'] }.include? ike_policy_id
    data[:ike_policies].delete(ike_policy_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_ipsec_policy(ipsec_policy_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_ipsec_policy.rb', line 15

def delete_ipsec_policy(ipsec_policy_id)
  response = Excon::Response.new
  if list_ipsec_policies.body['ipsecpolicies'].collect { |r| r['id'] }.include? ipsec_policy_id
    data[:ipsec_policies].delete(ipsec_policy_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_ipsec_site_connection(ipsec_site_connection_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
25
# File 'lib/fog/network/openstack/requests/delete_ipsec_site_connection.rb', line 15

def delete_ipsec_site_connection(ipsec_site_connection_id)
  response = Excon::Response.new
  ip_site_connections = list_ipsec_site_connections.body['ipsec_site_connections']
  if ip_site_connections.collect { |r| r['id'] }.include? ipsec_site_connection_id
    data[:ipsec_site_connections].delete(ipsec_site_connection_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_lb_health_monitor(health_monitor_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_lb_health_monitor.rb', line 15

def delete_lb_health_monitor(health_monitor_id)
  response = Excon::Response.new
  if list_lb_health_monitors.body['health_monitors'].map { |r| r['id'] }.include? health_monitor_id
    data[:lb_health_monitors].delete(health_monitor_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_lb_member(member_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_lb_member.rb', line 15

def delete_lb_member(member_id)
  response = Excon::Response.new
  if list_lb_members.body['members'].map { |r| r['id'] }.include? member_id
    data[:lb_members].delete(member_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_lb_pool(pool_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_lb_pool.rb', line 15

def delete_lb_pool(pool_id)
  response = Excon::Response.new
  if list_lb_pools.body['pools'].map { |r| r['id'] }.include? pool_id
    data[:lb_pools].delete(pool_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_lb_vip(vip_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_lb_vip.rb', line 15

def delete_lb_vip(vip_id)
  response = Excon::Response.new
  if list_lb_vips.body['vips'].map { |r| r['id'] }.include? vip_id
    data[:lb_vips].delete(vip_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_network(network_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_network.rb', line 15

def delete_network(network_id)
  response = Excon::Response.new
  if list_networks.body['networks'].map { |r| r['id'] }.include? network_id
    data[:networks].delete(network_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_port(port_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_port.rb', line 15

def delete_port(port_id)
  response = Excon::Response.new
  if list_ports.body['ports'].map { |r| r['id'] }.include? port_id
    data[:ports].delete(port_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_quota(_tenant_id) ⇒ Object



15
16
17
18
19
# File 'lib/fog/network/openstack/requests/delete_quota.rb', line 15

def delete_quota(_tenant_id)
  response = Excon::Response.new
  response.status = 204
  response
end

#delete_rbac_policy(rbac_policy_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_rbac_policy.rb', line 15

def delete_rbac_policy(rbac_policy_id)
  response = Excon::Response.new
  if list_rbac_policies.body['rbac_policies'].collect { |r| r['id'] }.include? rbac_policy_id
    data[:rbac_policies].delete(rbac_policy_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_router(router_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_router.rb', line 15

def delete_router(router_id)
  response = Excon::Response.new
  if list_routers.body['routers'].find { |r| r[:id] == router_id }
    data[:routers].delete(router_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_security_group(security_group_id) ⇒ Object



19
20
21
22
23
24
25
26
27
28
# File 'lib/fog/network/openstack/requests/delete_security_group.rb', line 19

def delete_security_group(security_group_id)
  response = Excon::Response.new
  if data[:security_groups][security_group_id]
    data[:security_groups].delete(security_group_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_security_group_rule(security_group_rule_id) ⇒ Object



19
20
21
22
23
24
25
26
27
28
# File 'lib/fog/network/openstack/requests/delete_security_group_rule.rb', line 19

def delete_security_group_rule(security_group_rule_id)
  response = Excon::Response.new
  if data[:security_group_rules][security_group_rule_id]
    data[:security_group_rules].delete(security_group_rule_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_subnet(subnet_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_subnet.rb', line 15

def delete_subnet(subnet_id)
  response = Excon::Response.new
  if list_subnets.body['subnets'].map { |r| r['id'] }.include? subnet_id
    data[:subnets].delete(subnet_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#delete_vpn_service(vpn_service_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/delete_vpn_service.rb', line 15

def delete_vpn_service(vpn_service_id)
  response = Excon::Response.new
  if list_vpn_services.body['vpnservices'].collect { |r| r['id'] }.include? vpn_service_id
    data[:vpn_services].delete(vpn_service_id)
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#disassociate_floating_ip(_floating_ip_id, options = {}) ⇒ Object



27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# File 'lib/fog/network/openstack/requests/disassociate_floating_ip.rb', line 27

def disassociate_floating_ip(_floating_ip_id, options = {})
  response = Excon::Response.new
  response.status = 200
  data = {
    'id'                  => '00000000-0000-0000-0000-000000000000',
    'router_id'           => nil,
    'tenant_id'           => options["tenant_id"],
    'floating_network_id' => options["floating_network_id"],
    'fixed_ip_address'    => nil,
    'floating_ip_address' => options["floating_ip_address"],
    'port_id'             => options["port_id"],
  }

  self.data[:floating_ips][data['floating_ip_id']] = data
  response.body = {'floatingip' => data}
  response
end

#disassociate_lb_health_monitor(pool_id, health_monitor_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
25
# File 'lib/fog/network/openstack/requests/disassociate_lb_health_monitor.rb', line 15

def disassociate_lb_health_monitor(pool_id, health_monitor_id)
  response = Excon::Response.new
  if pool = list_lb_pools.body['pools'].find { |_| _['id'] == pool_id }
    pool['health_monitors'].delete(health_monitor_id)
    data[:lb_pools][pool_id] = pool
    response.status = 204
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_floating_ip(floating_ip_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# File 'lib/fog/network/openstack/requests/get_floating_ip.rb', line 15

def get_floating_ip(floating_ip_id)
  response = Excon::Response.new
  if data = self.data[:floating_ips][floating_ip_id]
    response.status = 200
    response.body = {
      "floatingip" => {
        "id"                  => "00000000-0000-0000-0000-000000000000",
        # changed
        # "floating_ip_id" => floating_ip_id,
        "port_id"             => data["port_id"],
        "tenant_id"           => data["tenant_id"],
        "fixed_ip_address"    => data["fixed_ip_address"],
        "router_id"           => "00000000-0000-0000-0000-000000000000",
        "floating_ip_address" => data["floating_ip_address"],
      }
    }
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_ike_policy(ike_policy_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/get_ike_policy.rb', line 15

def get_ike_policy(ike_policy_id)
  response = Excon::Response.new
  if data = self.data[:ike_policies][ike_policy_id]
    response.status = 200
    response.body   = {'ikepolicy' => data}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_ipsec_policy(ipsec_policy_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/get_ipsec_policy.rb', line 15

def get_ipsec_policy(ipsec_policy_id)
  response = Excon::Response.new
  if data = self.data[:ipsec_policies][ipsec_policy_id]
    response.status = 200
    response.body   = {'ipsecpolicy' => data}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_ipsec_site_connection(ipsec_site_connection_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/get_ipsec_site_connection.rb', line 15

def get_ipsec_site_connection(ipsec_site_connection_id)
  response = Excon::Response.new
  if data = self.data[:ipsec_site_connections][ipsec_site_connection_id]
    response.status = 200
    response.body   = {'ipsec_site_connection' => data}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_lb_health_monitor(health_monitor_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/get_lb_health_monitor.rb', line 15

def get_lb_health_monitor(health_monitor_id)
  response = Excon::Response.new
  if data = self.data[:lb_health_monitors][health_monitor_id]
    response.status = 200
    response.body = {'health_monitor' => data}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_lb_member(member_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/get_lb_member.rb', line 15

def get_lb_member(member_id)
  response = Excon::Response.new
  if data = self.data[:lb_members][member_id]
    response.status = 200
    response.body = {'member' => data}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_lb_pool(pool_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/get_lb_pool.rb', line 15

def get_lb_pool(pool_id)
  response = Excon::Response.new
  if data = self.data[:lb_pools][pool_id]
    response.status = 200
    response.body = {'pool' => data}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_lb_pool_stats(pool_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# File 'lib/fog/network/openstack/requests/get_lb_pool_stats.rb', line 15

def get_lb_pool_stats(pool_id)
  response = Excon::Response.new
  if data = self.data[:lb_pools][pool_id]
    stats = {}
    stats["active_connections"] = 0
    stats["bytes_in"] = 0
    stats["bytes_out"] = 0
    stats["total_connections"] = 0
    response.status = 200
    response.body = {'stats' => stats}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_lb_vip(vip_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/get_lb_vip.rb', line 15

def get_lb_vip(vip_id)
  response = Excon::Response.new
  if data = self.data[:lb_vips][vip_id]
    response.status = 200
    response.body = {'vip' => data}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_network(network_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/get_network.rb', line 15

def get_network(network_id)
  response = Excon::Response.new
  if data = self.data[:networks][network_id]
    response.status = 200
    response.body = {'network' => data}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_port(port_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# File 'lib/fog/network/openstack/requests/get_port.rb', line 15

def get_port(port_id)
  response = Excon::Response.new
  if data = self.data[:ports][port_id]
    response.status = 200
    response.body = {
      'port' => {
        'id'                    => '5c81d975-5fea-4674-9c1f-b8aa10bf9a79',
        'name'                  => 'port_1',
        'network_id'            => 'e624a36d-762b-481f-9b50-4154ceb78bbb',
        'fixed_ips'             => [
          {
            'ip_address' => '10.2.2.2',
            'subnet_id'  => '2e4ec6a4-0150-47f5-8523-e899ac03026e',
          }
        ],
        'mac_address'           => 'fa:16:3e:62:91:7f',
        'status'                => 'ACTIVE',
        'admin_state_up'        => true,
        'device_id'             => 'dhcp724fc160-2b2e-597e-b9ed-7f65313cd73f-e624a36d-762b-481f-9b50-4154ceb78bbb',
        'device_owner'          => 'network:dhcp',
        'tenant_id'             => 'f8b26a6032bc47718a7702233ac708b9',
        'security_groups'       => ['3ddde803-e550-4737-b5de-0862401dc834'],
        'allowed_address_pairs' => [
          'ip_address'  => '10.1.1.1',
          'mac_address' => 'fa:16:3e:3d:2a:cc'
        ]
      }
    }
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_quota(_tenant_id) ⇒ Object



15
16
17
18
19
20
21
22
# File 'lib/fog/network/openstack/requests/get_quota.rb', line 15

def get_quota(_tenant_id)
  response = Excon::Response.new
  response.status = 200
  response.body = {
    'quota' => (data[:quota_updated] || data[:quota])
  }
  response
end

#get_quotasObject



15
16
17
18
19
20
21
22
# File 'lib/fog/network/openstack/requests/get_quotas.rb', line 15

def get_quotas
  response = Excon::Response.new
  response.status = 200
  response.body = {
    'quotas' => data[:quotas]
  }
  response
end

#get_rbac_policy(rbac_policy_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/get_rbac_policy.rb', line 15

def get_rbac_policy(rbac_policy_id)
  response = Excon::Response.new
  if data = self.data[:rbac_policies][rbac_policy_id]
    response.status = 200
    response.body   = {'rbac_policy' => data}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_router(router_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
25
26
# File 'lib/fog/network/openstack/requests/get_router.rb', line 15

def get_router(router_id)
  response = Excon::Response.new
  if data = (self.data[:routers].find { |id, _value| id == router_id })
    response.status = 200
    response.body = {
      'router' => data[1],
    }
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_security_group(security_group_id) ⇒ Object



39
40
41
42
43
44
45
46
47
48
# File 'lib/fog/network/openstack/requests/get_security_group.rb', line 39

def get_security_group(security_group_id)
  response = Excon::Response.new
  if sec_group = data[:security_groups][security_group_id]
    response.status = 200
    response.body   = {"security_group" => sec_group}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_security_group_rule(security_group_rule_id) ⇒ Object



34
35
36
37
38
39
40
41
42
43
# File 'lib/fog/network/openstack/requests/get_security_group_rule.rb', line 34

def get_security_group_rule(security_group_rule_id)
  response = Excon::Response.new
  if sec_group_rule = data[:security_group_rules][security_group_rule_id]
    response.status = 200
    response.body   = {"security_group_rule" => sec_group_rule}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_subnet(subnet_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# File 'lib/fog/network/openstack/requests/get_subnet.rb', line 15

def get_subnet(subnet_id)
  response = Excon::Response.new
  if data = self.data[:subnets][subnet_id]
    response.status = 200
    response.body = {
      "subnet" => {
        "id"               => "2e4ec6a4-0150-47f5-8523-e899ac03026e",
        "name"             => "subnet_1",
        "network_id"       => "e624a36d-762b-481f-9b50-4154ceb78bbb",
        "cidr"             => "10.2.2.0/24",
        "ip_version"       => 4,
        "gateway_ip"       => "10.2.2.1",
        "allocation_pools" => [
          {
            "start" => "10.2.2.2",
            "end"   => "10.2.2.254"
          }
        ],
        "dns_nameservers"  => [],
        "host_routes"      => [],
        "enable_dhcp"      => true,
        "tenant_id"        => "f8b26a6032bc47718a7702233ac708b9",
      }
    }
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#get_vpn_service(vpn_service_id) ⇒ Object



15
16
17
18
19
20
21
22
23
24
# File 'lib/fog/network/openstack/requests/get_vpn_service.rb', line 15

def get_vpn_service(vpn_service_id)
  response = Excon::Response.new
  if data = self.data[:vpn_services][vpn_service_id]
    response.status = 200
    response.body   = {'vpnservice' => data}
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#list_floating_ips(_filters = {}) ⇒ Object



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_floating_ips.rb', line 16

def list_floating_ips(_filters = {})
  Excon::Response.new(
    :body   => {'floatingips' => data[:floating_ips].values},
    :status => 200
  )
end

#list_ike_policiesObject



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_ike_policies.rb', line 16

def list_ike_policies(*)
  Excon::Response.new(
    :body   => {'ikepolicies' => data[:ike_policies].values},
    :status => 200
  )
end

#list_ipsec_policiesObject



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_ipsec_policies.rb', line 16

def list_ipsec_policies(*)
  Excon::Response.new(
    :body   => {'ipsecpolicies' => data[:ipsec_policies].values},
    :status => 200
  )
end

#list_ipsec_site_connectionsObject



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_ipsec_site_connections.rb', line 16

def list_ipsec_site_connections(*)
  Excon::Response.new(
    :body   => {'ipsec_site_connections' => data[:ipsec_site_connections].values},
    :status => 200
  )
end

#list_lb_health_monitors(_filters = {}) ⇒ Object



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_lb_health_monitors.rb', line 16

def list_lb_health_monitors(_filters = {})
  Excon::Response.new(
    :body   => {'health_monitors' => data[:lb_health_monitors].values},
    :status => 200
  )
end

#list_lb_members(_filters = {}) ⇒ Object



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_lb_members.rb', line 16

def list_lb_members(_filters = {})
  Excon::Response.new(
    :body   => {'members' => data[:lb_members].values},
    :status => 200
  )
end

#list_lb_pools(_filters = {}) ⇒ Object



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_lb_pools.rb', line 16

def list_lb_pools(_filters = {})
  Excon::Response.new(
    :body   => {'pools' => data[:lb_pools].values},
    :status => 200
  )
end

#list_lb_vips(_filters = {}) ⇒ Object



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_lb_vips.rb', line 16

def list_lb_vips(_filters = {})
  Excon::Response.new(
    :body   => {'vips' => data[:lb_vips].values},
    :status => 200
  )
end

#list_networks(_filters = {}) ⇒ Object



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_networks.rb', line 16

def list_networks(_filters = {})
  Excon::Response.new(
    :body   => {'networks' => data[:networks].values},
    :status => 200
  )
end

#list_ports(_filters = {}) ⇒ Object



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_ports.rb', line 16

def list_ports(_filters = {})
  Excon::Response.new(
    :body   => {'ports' => data[:ports].values},
    :status => 200
  )
end

#list_rbac_policiesObject



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_rbac_policies.rb', line 16

def list_rbac_policies(*)
  Excon::Response.new(
    :body   => {'rbac_policies' => data[:rbac_policies].values},
    :status => 200
  )
end

#list_routers(_filters = {}) ⇒ Object



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_routers.rb', line 16

def list_routers(_filters = {})
  Excon::Response.new(
    :body   => {'routers' => data[:routers].values},
    :status => 200
  )
end

#list_security_group_rules(_options = {}) ⇒ Object



35
36
37
38
39
40
41
42
43
44
# File 'lib/fog/network/openstack/requests/list_security_group_rules.rb', line 35

def list_security_group_rules(_options = {})
  response = Excon::Response.new

  sec_group_rules = []
  sec_group_rules = data[:security_group_rules].values unless data[:security_group_rules].nil?

  response.status = 200
  response.body = {'security_group_rules' => sec_group_rules}
  response
end

#list_security_groups(_options = {}) ⇒ Object



40
41
42
43
44
45
46
47
48
49
# File 'lib/fog/network/openstack/requests/list_security_groups.rb', line 40

def list_security_groups(_options = {})
  response = Excon::Response.new

  sec_groups = []
  sec_groups = data[:security_groups].values unless data[:security_groups].nil?

  response.status = 200
  response.body = {'security_groups' => sec_groups}
  response
end

#list_subnets(_filters = {}) ⇒ Object



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_subnets.rb', line 16

def list_subnets(_filters = {})
  Excon::Response.new(
    :body   => {'subnets' => data[:subnets].values},
    :status => 200
  )
end

#list_vpn_servicesObject



16
17
18
19
20
21
# File 'lib/fog/network/openstack/requests/list_vpn_services.rb', line 16

def list_vpn_services(*)
  Excon::Response.new(
    :body   => {'vpnservices' => data[:vpn_services].values},
    :status => 200
  )
end

#remove_router_interface(_router_id, _subnet_id, _options = {}) ⇒ Object



20
21
22
23
24
25
26
27
28
29
30
# File 'lib/fog/network/openstack/requests/remove_router_interface.rb', line 20

def remove_router_interface(_router_id, _subnet_id, _options = {})
  response = Excon::Response.new
  response.status = 201
  data = {
    'subnet_id' => 'a2f1f29d-571b-4533-907f-5803ab96ead1'
  }

  self.data[:routers][data['router_id']] = data
  response.body = {'router' => data}
  response
end

#reset_dataObject



286
287
288
# File 'lib/fog/network/openstack.rb', line 286

def reset_data
  self.class.data.delete("#{@openstack_username}-#{@openstack_tenant}")
end

#set_tenant(_tenant) ⇒ Object



14
15
16
# File 'lib/fog/network/openstack/requests/set_tenant.rb', line 14

def set_tenant(_tenant)
  true
end

#update_ike_policy(ike_policy_id, options = {}) ⇒ Object



26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# File 'lib/fog/network/openstack/requests/update_ike_policy.rb', line 26

def update_ike_policy(ike_policy_id, options = {})
  response = Excon::Response.new
  if ike_policy = list_ike_policies.body['ikepolicies'].detect { |instance| instance['id'] == ike_policy_id }
    ike_policy['name']                    = options[:name]
    ike_policy['description']             = options[:description]
    ike_policy['tenant_id']               = options[:tenant_id]
    ike_policy['auth_algorithm']          = options[:auth_algorithm]
    ike_policy['encryption_algorithm']    = options[:encryption_algorithm]
    ike_policy['pfs']                     = options[:pfs]
    ike_policy['phase1_negotiation_mode'] = options[:phase1_negotiation_mode]
    ike_policy['lifetime']                = options[:lifetime]
    ike_policy['ike_version']             = options[:ike_version]
    response.body = {'ikepolicy' => ike_policy}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#update_ipsec_policy(ipsec_policy_id, options = {}) ⇒ Object



26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# File 'lib/fog/network/openstack/requests/update_ipsec_policy.rb', line 26

def update_ipsec_policy(ipsec_policy_id, options = {})
  response = Excon::Response.new
  ipsec_policy = list_ipsec_policies.body['ipsecpolicies'].detect do |instance|
    instance['id'] == ipsec_policy_id
  end
  if ipsec_policy
    ipsec_policy['name']                 = options[:name]
    ipsec_policy['description']          = options[:description]
    ipsec_policy['tenant_id']            = options[:tenant_id]
    ipsec_policy['auth_algorithm']       = options[:auth_algorithm]
    ipsec_policy['encryption_algorithm'] = options[:encryption_algorithm]
    ipsec_policy['pfs']                  = options[:pfs]
    ipsec_policy['transform_protocol']   = options[:transform_protocol]
    ipsec_policy['encapsulation_mode']   = options[:encapsulation_mode]
    ipsec_policy['lifetime']             = options[:lifetime]
    response.body = {'ipsecpolicy' => ipsec_policy}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#update_ipsec_site_connection(ipsec_site_connection_id, options = {}) ⇒ Object



27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# File 'lib/fog/network/openstack/requests/update_ipsec_site_connection.rb', line 27

def update_ipsec_site_connection(ipsec_site_connection_id, options = {})
  response = Excon::Response.new
  ipsec_site_connection = list_ipsec_site_connections.body['ipsec_site_connections'].detect do |instance|
    instance['id'] == ipsec_site_connection_id
  end
  if ipsec_site_connection
    ipsec_site_connection['name']              = options[:name]
    ipsec_site_connection['description']       = options[:description]
    ipsec_site_connection['tenant_id']         = options[:tenant_id]
    ipsec_site_connection['status']            = 'ACTIVE'
    ipsec_site_connection['admin_state_up']    = options[:admin_state_up]
    ipsec_site_connection['psk']               = options[:psk]
    ipsec_site_connection['initiator']         = options[:initiator]
    ipsec_site_connection['auth_mode']         = "psk"
    ipsec_site_connection['peer_cidrs']        = options[:peer_cidrs]
    ipsec_site_connection['mtu']               = options[:mtu]
    ipsec_site_connection['peer_ep_group_id']  = Fog::Mock.random_numbers(6).to_s
    ipsec_site_connection['ikepolicy_id']      = options[:ikepolicy_id] || 'ike'
    ipsec_site_connection['vpnservice_id']     = options[:vpnservice_id] || 'vpn'
    ipsec_site_connection['dpd']               = options[:dpd]
    ipsec_site_connection['route_mode']        = "static"
    ipsec_site_connection['ipsecpolicy_id']    = options[:ipsecpolicy_id] || 'ipsec'
    ipsec_site_connection['local_ep_group_id'] = Fog::Mock.random_numbers(6).to_s
    ipsec_site_connection['peer_address']      = options[:peer_address]
    ipsec_site_connection['peer_id']           = options[:peer_id]

    response.body = {'ipsec_site_connection' => ipsec_site_connection}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#update_lb_health_monitor(health_monitor_id, options = {}) ⇒ Object



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/fog/network/openstack/requests/update_lb_health_monitor.rb', line 23

def update_lb_health_monitor(health_monitor_id, options = {})
  response = Excon::Response.new
  if health_monitor = list_lb_health_monitors.body['health_monitors'].find { |_| _['id'] == health_monitor_id }
    health_monitor['delay']          = options[:delay]
    health_monitor['timeout']        = options[:timeout]
    health_monitor['max_retries']    = options[:max_retries]
    health_monitor['http_method']    = options[:http_method]
    health_monitor['url_path']       = options[:url_path]
    health_monitor['expected_codes'] = options[:expected_codes]
    health_monitor['admin_state_up'] = options[:admin_state_up]
    response.body = {'health_monitor' => health_monitor}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#update_lb_member(member_id, options = {}) ⇒ Object



23
24
25
26
27
28
29
30
31
32
33
34
35
# File 'lib/fog/network/openstack/requests/update_lb_member.rb', line 23

def update_lb_member(member_id, options = {})
  response = Excon::Response.new
  if member = list_lb_members.body['members'].find { |_| _['id'] == member_id }
    member['pool_id']        = options[:pool_id]
    member['weight']         = options[:weight]
    member['admin_state_up'] = options[:admin_state_up]
    response.body = {'member' => member}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#update_lb_pool(pool_id, options = {}) ⇒ Object



23
24
25
26
27
28
29
30
31
32
33
34
35
36
# File 'lib/fog/network/openstack/requests/update_lb_pool.rb', line 23

def update_lb_pool(pool_id, options = {})
  response = Excon::Response.new
  if pool = list_lb_pools.body['pools'].find { |_| _['id'] == pool_id }
    pool['name']            = options[:name]
    pool['description']     = options[:description]
    pool['lb_method']       = options[:lb_method]
    pool['admin_state_up']  = options[:admin_state_up]
    response.body = {'pool' => pool}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#update_lb_vip(vip_id, options = {}) ⇒ Object



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# File 'lib/fog/network/openstack/requests/update_lb_vip.rb', line 23

def update_lb_vip(vip_id, options = {})
  response = Excon::Response.new
  if vip = list_lb_vips.body['vips'].find { |_| _['id'] == vip_id }
    vip['pool_id']             = options[:pool_id]
    vip['name']                = options[:name]
    vip['description']         = options[:description]
    vip['session_persistence'] = options[:session_persistence]
    vip['connection_limit']    = options[:connection_limit]
    vip['admin_state_up']      = options[:admin_state_up]
    response.body = {'vip' => vip}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#update_network(network_id, options = {}) ⇒ Object



44
45
46
47
48
49
50
51
52
53
54
# File 'lib/fog/network/openstack/requests/update_network.rb', line 44

def update_network(network_id, options = {})
  response = Excon::Response.new
  if network = list_networks.body['networks'].find { |_| _['id'] == network_id }
    network.merge!(Fog::Network::OpenStack::Real.update(options))
    response.body = {'network' => network}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#update_port(port_id, options = {}) ⇒ Object



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# File 'lib/fog/network/openstack/requests/update_port.rb', line 24

def update_port(port_id, options = {})
  response = Excon::Response.new
  if port = list_ports.body['ports'].find { |_| _['id'] == port_id }
    port['name']                  = options[:name]
    port['fixed_ips']             = options[:fixed_ips] || []
    port['admin_state_up']        = options[:admin_state_up]
    port['device_owner']          = options[:device_owner]
    port['device_id']             = options[:device_id]
    port['security_groups']       = options[:security_groups] || []
    port['allowed_address_pairs'] = options[:allowed_address_pairs] || []
    response.body = {'port' => port}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#update_quota(_tenant_id, options = {}) ⇒ Object



16
17
18
19
20
21
22
23
# File 'lib/fog/network/openstack/requests/update_quota.rb', line 16

def update_quota(_tenant_id, options = {})
  data[:quota_updated] = data[:quota].merge options

  response = Excon::Response.new
  response.status = 200
  response.body = {'quota' => data[:quota_updated]}
  response
end

#update_rbac_policy(rbac_policy_id, options = {}) ⇒ Object



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# File 'lib/fog/network/openstack/requests/update_rbac_policy.rb', line 23

def update_rbac_policy(rbac_policy_id, options = {})
  response = Excon::Response.new
  rbac_policy = list_rbac_policies.body['rbac_policies'].detect do |instance|
    instance['id'] == rbac_policy_id
  end
  if rbac_policy
    rbac_policy['target_tenant'] = options[:target_tenant]

    response.body = {'rbac_policy' => rbac_policy}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#update_router(router_id, options = {}) ⇒ Object

Raises:

  • (Fog::Network::OpenStack::NotFound)


42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# File 'lib/fog/network/openstack/requests/update_router.rb', line 42

def update_router(router_id, options = {})
  response = Excon::Response.new
  router = list_routers.body['routers'].find { |r| r[:id] == router_id }

  raise Fog::Network::OpenStack::NotFound unless router

  options.keys.each { |k| router[k] = options[k] }

  # remove this in a future
  egi = options[:external_gateway_info]
  if egi
    if egi.kind_of?(Fog::Network::OpenStack::Network)
      Fog::Logger.deprecation "Passing a model objects into options[:external_gateway_info] is deprecated. \
      Please pass  external external gateway as follows options[:external_gateway_info] = { :network_id => NETWORK_ID }]"
      router[:external_gateway_info] = { :network_id => egi.id }
    elsif egi.is_a?(Hash)
      router[:external_gateway_info] = egi
    else
      raise ArgumentError.new('Invalid external_gateway_info attribute')
    end
  end

  response.body = {'router' => router}
  response.status = 200
  response
end

#update_subnet(subnet_id, options = {}) ⇒ Object



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/fog/network/openstack/requests/update_subnet.rb', line 24

def update_subnet(subnet_id, options = {})
  response = Excon::Response.new
  if subnet = list_subnets.body['subnets'].find { |_| _['id'] == subnet_id }
    subnet['name']              = options[:name]
    subnet['gateway_ip']        = options[:gateway_ip]
    subnet['dns_nameservers']   = options[:dns_nameservers]   || []
    subnet['host_routes']       = options[:host_routes]       || []
    subnet['allocation_pools']  = options[:allocation_pools]  || []
    subnet['enable_dhcp']       = options[:enable_dhcp]
    response.body = {'subnet' => subnet}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end

#update_vpn_service(vpn_service_id, options = {}) ⇒ Object



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# File 'lib/fog/network/openstack/requests/update_vpn_service.rb', line 23

def update_vpn_service(vpn_service_id, options = {})
  response = Excon::Response.new
  if vpn_service = list_vpn_services.body['vpnservices'].detect { |instance| instance['id'] == vpn_service_id }
    vpn_service['id']             = vpn_service_id
    vpn_service['subnet_id']      = options[:subnet_id]
    vpn_service['router_id']      = options[:router_id]
    vpn_service['name']           = options[:name]
    vpn_service['description']    = options[:description]
    vpn_service['status']         = 'ACTIVE'
    vpn_service['admin_state_up'] = options[:admin_state_up]
    vpn_service['tenant_id']      = options[:tenant_id]
    vpn_service['external_v4_ip'] = '1.2.3.4'
    vpn_service['external_v6_ip'] = '::1'
    response.body = {'vpnservice' => vpn_service}
    response.status = 200
    response
  else
    raise Fog::Network::OpenStack::NotFound
  end
end