Sha256: 940309779f78d063052f1affa551d3839ba443ec8e643720522dd6e5bf2a01dc
Contents?: true
Size: 657 Bytes
Versions: 4
Compression:
Stored size: 657 Bytes
Contents
FactoryBot.define do factory :nic_kubevirt, class: 'Nic::Managed' do mac "a2:b4:a2:b2:a2:a8" ip "192.168.111.200" type "Nic::Managed" name "elton-kniola.example.com" host_id 1 subnet_id 2 domain_id 1 attrs {} created_at nil updated_at nil provider nil username nil password nil virtual false link true identifier "" tag "" attached_to "" managed true mode "balance-rr" attached_devices "" bond_options "" primary true provision true compute_attributes { { "cni_provider" => "multus", "network" => "ovs-foreman" } } ip6 "" subnet6_id nil end end
Version data entries
4 entries across 4 versions & 1 rubygems