Displaying 3 results from an estimated 3 matches for "has_ip_address".
Did you mean:
nas_ip_address
2011 Aug 03
0
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations.
...IPv6 Netmask", buttons = ['Ok'])
self.ipv6_netdevmask.set("")
self.reset_screen_colors()
return
@@ -566,9 +569,9 @@ class NodeConfigScreen():
if not interface == "lo":
if has_ip_address(interface) or get_ipv6_address(interface):
ipv4_address = get_ip_address(interface)
- if get_ipv6_address(interface):
- ipv6_address = get_ipv6_address(interface)
- else...
2011 Aug 03
1
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations
...IPv6 Netmask", buttons = ['Ok'])
self.ipv6_netdevmask.set("")
self.reset_screen_colors()
return
@@ -566,9 +569,9 @@ class NodeConfigScreen():
if not interface == "lo":
if has_ip_address(interface) or get_ipv6_address(interface):
ipv4_address = get_ip_address(interface)
- if get_ipv6_address(interface):
- ipv6_address = get_ipv6_address(interface)
- else...
2012 Apr 11
8
Facter not initialized in rspec in puppetlabs-stdlib?
I have been working on adding some predicate functions to puppetlabs-stdlib
that test things based on ''interfaces'' and related facts.
The functions themselves seem to work fine in my manifest-based smoketests,
but I am running into trouble that may or may not be due to my ignorance
about rspec or Facter. Something needs to be done to initialize Facter
because