New Question

devc0x's profile - activity

2019-11-26 05:43:16 +0300 received badge  Notable Question (source)
2019-11-26 05:43:16 +0300 received badge  Popular Question (source)
2017-09-27 11:05:33 +0300 asked a question Add cert signed by RootCA/IntermediaCA

Add cert signed by RootCA/IntermediaCA Is is possible that ConfigWinRMCertificateAuthPlugin to parse the client cert sig

2017-09-27 11:03:28 +0300 asked a question Import Root CA/Intermediate CA to auth all future certs signed by the CA

Import Root CA/Intermediate CA to auth all future certs signed by the CA Is is possible that ConfigWinRMCertificateAuthP

2017-09-01 17:15:15 +0300 received badge  Famous Question (source)
2017-07-23 10:22:00 +0300 received badge  Notable Question (source)
2017-07-10 18:59:43 +0300 received badge  Popular Question (source)
2017-07-07 10:50:05 +0300 commented question Cloudbase-init does not support network_data.json

Windows is 2016 CORE.

2017-07-06 13:38:54 +0300 commented answer Cloudbase-init does not support network_data.json

Windows 2016 CORE preferable.

2017-07-06 10:24:14 +0300 asked a question Cloudbase-init does not support network_data.json

Is there a newer version of Cloudbase-init which supports network_data.json?

2017-06-30 09:32:40 +0300 received badge  Enthusiast
2017-06-29 23:50:11 +0300 commented answer Nano server won't get metadata from configdrive

I have provisioned baremetal with that image using bifrost, the network metadata still did not get parsed properly-no network, but server did get the hostname from configdrive. Also tried with latest beta ver of Cloudbase-Init, again no luck. Any guidance here will be really appreciated. Thanks.

2017-06-29 23:46:02 +0300 commented answer Nano server won't get metadata from configdrive

Hi, I have created new Windows 2016 image using windows-openstack-imaging-tools, modified the Logon.ps1 script and replaced the Cloudbase-Init installed by the scipt with CloudbaseInitSetup_advanced_networking_a87cf19.zip you have provided.

2017-06-09 11:39:10 +0300 received badge  Popular Question (source)
2017-05-19 13:12:50 +0300 received badge  Famous Question (source)
2017-04-26 11:19:00 +0300 asked a question OVS unattended setup

Fully unattended installation is also available(if you already have accepted/imported our certificate). So now please guide on how to accept/import your certificate so the installation can be completed with no failure.

2017-04-19 17:36:58 +0300 commented answer Nano server won't get metadata from configdrive

I have done many clean installation, but nevertheless I could not make the Cloudbase-init to read network_data.json. Here is the log output from another "clean" run - https://pastebin.com/raw/r9EWLzWJ. I see NetworkConfigPlugin executed, read openstack/latest/meta_data.json but no network.

2017-04-19 11:01:56 +0300 received badge  Notable Question (source)
2017-04-13 12:35:13 +0300 answered a question Nano server won't get metadata from configdrive

Now I can see Cloudbase-init execution from logs. Server did get the hostname from configdrive, but no network. Here is the log from cloudbase-init.log https://pastebin.com/raw/LHfSsF38

Here is the configdrive structure:

/media/openstack
/media/openstack/2012-08-10
/media/openstack/2012-08-10/meta_data.json
/media/openstack/content
/media/openstack/latest
/media/openstack/latest/meta_data.json
/media/openstack/latest/network_info.json
/media/openstack/latest/network_data.json

Here is the content of networkinfo.json. networkdata.json is the same as network_info.json

{
"links": [
    {
        "ethernet_mac_address": "0c:c4:7a:8e:0a:c4", 
        "id": "0c:c4:7a:8e:0a:c4", 
        "mtu": "1500", 
        "type": "phy"
    }
], 
"networks": [
    {
        "dns_nameservers": [
            "8.8.8.8"
        ], 
        "id": "ipv4-0c:c4:7a:8e:0a:c4", 
        "ip_address": "10.180.33.3", 
        "link": "0c:c4:7a:8e:0a:c4", 
        "netmask": "255.255.255.192", 
        "routes": [
            {
                "gateway": "10.180.33.1", 
                "netmask": "0.0.0.0", 
                "network": "0.0.0.0"
            }
        ], 
        "type": "ipv4"
    }
], 
"services": [
    {
        "address": "8.8.8.8", 
        "type": "dns"
    }
]

}

2017-04-13 12:02:02 +0300 received badge  Popular Question (source)
2017-04-12 09:58:57 +0300 received badge  Editor (source)
2017-04-12 09:56:07 +0300 received badge  Organizer (source)
2017-04-12 09:53:14 +0300 asked a question Nano server won't get metadata from configdrive

Hi, I have built a Nano server using cloudbase-init-offline-install and used that image in Ironic (Bifrost).

.\NewNanoServerImage.ps1 -IsoPath $isoPath -TargetPath $targetPath -AdministratorPassword $password -Platform "BareMetal" -Compute -Clustering -AddCloudbaseinit

The newly populated server don't get the metadata from configdrive. I have set the networking manually and used PowerShell to connect to the server. I see there is a Cloudbase-Init folder and all it's content, but: 1. Get-PSDrive don't show any extra partition with meta-data 2. Get-Service don't show any service related to cloudbase-init 3. C:\Cloudbase-init\logs are empty (never run?)