As the subject describes, I'm attempting to create a Windows Server 2012 R2 role from an instance running in CloudStack. I've successfully been able to import a CentOS 6.6 x86_64 instance from CloudStack to Scalr. The problems I've experienced thus far:
1. The Scalarizr 3.3.5 client for Windows does not include the CloudStack and CloudStack-0.2-py2.7.egg folders for site-packages, so the initial execution of the scalarizr --import command returns "no module named cloudstack.dataobject". 2. Copying the the aforementioned directories from a Linux installation gets further, but there are several hard-coded *nix references in the cloudstack code, specifically the lookup of the dhcp lease information in the /var/lib/dhclient directory which causes the application to crash with "Can't find virtual router. No file matching pattern: %s", '/var/;ib/dhc*/dhclient*.lease*')." 3. Hardcoding the values in the src\scalarizr\platform\cloudstack\__init__.py file to match the router address allows the server to connect successfully to Scalr and register the installed modules to begin bundling. However, the bundle fails with "The system cannot find the file specified" Any suggestions on how to correct this? Has anyone successfully imported a Windows image into Scalr from CloudStack? Thanks, Dan -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
