Is it possible to create cloudshell shell without driver

0 votes

I wnat to build a quali cloudshell shell with driver. i.e. just a data model without python driver. Can I do that when working with shellfoundry?

Can anyone help me with this?

Thanks

Jul 26, 2018 in DevOps & Agile by Atul
• 10,240 points
1,383 views

1 answer to this question.

0 votes

Yes definitely, it is possible to create CloudShell without a driver irrespective of using ShellFoundry.

In order to remove the driver from being attached to the Model of the Shell, open shellconfig.xml file located under datamodel directory for editing.

Then remove Driver attribute from the ResourceTemplate XML node:

<?xml version="1.0" encoding="utf-8"?>
<ShellsConfiguration>
  <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>


I hope it would help you resolve your query.
answered Jul 26, 2018 by Damon Salvatore
• 5,980 points

Related Questions In DevOps & Agile

0 votes
1 answer

Is it possible to to create IIS Site and application Pool using Web Deploy

You can try and use the ServerManager ...READ MORE

answered Apr 20, 2018 in DevOps & Agile by ajs3033
• 7,300 points
2,858 views
0 votes
2 answers
+1 vote
2 answers

is it possible to assign a Feature/User Story/Task to a team [Group] in VSTS

In most cases, we would break Work ...READ MORE

answered Oct 11, 2018 in DevOps & Agile by lina
• 8,220 points
6,472 views
0 votes
4 answers

Is it possible to integrate sonarqube with LDAP

Add the following lines in your config ...READ MORE

answered Apr 29, 2019 in DevOps & Agile by Wazir
6,984 views
+2 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
7,679 views
0 votes
1 answer

How to edit file after I shell to a docker container?

Since docker images are trimmed to bare minimum ...READ MORE

answered Sep 11, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
4,973 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP