1
我想用驅動程序構建一個quali雲殼。即只是一個沒有python驅動的數據模型。 在使用shellfoundry時可以這樣做嗎?我可以創建沒有驅動程序的雲殼嗎?
我想用驅動程序構建一個quali雲殼。即只是一個沒有python驅動的數據模型。 在使用shellfoundry時可以這樣做嗎?我可以創建沒有驅動程序的雲殼嗎?
是的,你可以不帶驅動器創建CloudShell殼牌是否使用ShellFoundry與否。
爲了從刪除驅動程序被附接到所述外殼的模型,位於下數據模型目錄中打開進行編輯shellconfig.xml文件。
然後從ResourceTemplate XML節點中刪除驅動屬性:
<?xml version="1.0" encoding="utf-8"?>
<ShellsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.qualisystems.com/ResourceManagement/ShellsConfigurationSchema.xsd">
<ResourceTemplates>
<ResourceTemplate Name="ShellWithoutDriver" Model="ShellWithoutDriver">
<Description></Description>
<AutoLoad Enable="false">
<Description>Description for autoload </Description>
</AutoLoad>
<Attributes>
<Attribute Name="User" Value="" />
<Attribute Name="Password" Value="" />
</Attributes>
</ResourceTemplate>
</ResourceTemplates>
</ShellsConfiguration>