Deepak Singh Dhami

Results 14 issues of Deepak Singh Dhami

While working on a new PSDeployment type for Scheduled task, came across this limitation with PSDeploy. If there are parameter sets defined in the PSDeployScript e.g ScheduledTask.ps1, then Invoke-PSDeploy issues...

help wanted

Does the above make sense to be added to the DnsHost implementation ? I am working on project, where we have multiple DNS servers set on the client nodes and...

enhancement
RFC

Since the Assertion in the PoshSpec is placed inside a scriptblock, how does one reference variables in it e.g below works fine when the assertion is hardcoded -: ``` Describe...

Extending the bootstrapping process should be easy. What I mean by that is you should be able to place a customstep.ps1 in say the bootstrap folder somewhere under PSRemotely. This...

question

- Scenario1 - Static hardcoded infra tests Try enabling a scenario where someone already has ops validation tests written e.g. WebServer.tests.ps1. These are hardcoded with the values inside the tests....

question

This one is not completely ready. Want the ability to specify tags to PSRemotely while invoking it. ``` Invoke-PSRemotely -Script S2Dvalidation.PSRemotely.ps1 -Tag VMMReadiness ``` Now the above should flow down...

enhancement

At the moment, PSRemotely bootstrap nodes (makes them ready for ops validation) in sequential order. Add the enhancement of bootstrapping them in parallel.

enhancement

On the machine from which Remotely is fired, look at setting up a Nuget repo. This will help in resolving dependencies on the remotely nodes.

question

With the current implementation of PSRemotely, the required modules and required artefacts are assumed to be the same. For Example - if a Manifest.xml is set to be one of...

enhancement
question

Add more unit tests. Code coverage threshold 70%.

enhancement
help wanted