Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-321-clearwater fe4818685 -> 6b49dbbd9
Requested fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/6b49dbbd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/6b49dbbd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/6b49dbbd Branch: refs/heads/ARIA-321-clearwater Commit: 6b49dbbd93172f18e25c78a6d604d30131064a07 Parents: fe48186 Author: Tal Liron <[email protected]> Authored: Wed Sep 6 08:38:56 2017 -0500 Committer: Tal Liron <[email protected]> Committed: Wed Sep 6 08:40:23 2017 -0500 ---------------------------------------------------------------------- aria/modeling/service_instance.py | 26 -------------------- examples/clearwater/scripts/bono/delete.sh | 2 ++ examples/clearwater/scripts/dime/delete.sh | 2 ++ examples/clearwater/scripts/ellis/delete.sh | 2 ++ examples/clearwater/scripts/homer/delete.sh | 2 ++ examples/clearwater/scripts/homestead/delete.sh | 2 ++ examples/clearwater/scripts/memento/delete.sh | 2 ++ examples/clearwater/scripts/ralf/delete.sh | 2 ++ examples/clearwater/scripts/sprout/delete.sh | 2 ++ examples/clearwater/scripts/vellum/delete.sh | 2 ++ 10 files changed, 18 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6b49dbbd/aria/modeling/service_instance.py ---------------------------------------------------------------------- diff --git a/aria/modeling/service_instance.py b/aria/modeling/service_instance.py index df16bb8..01c4da9 100644 --- a/aria/modeling/service_instance.py +++ b/aria/modeling/service_instance.py @@ -258,32 +258,6 @@ class ServiceBase(InstanceModelMixin): return None - def satisfy_requirements(self): - satisfied = True - for node in self.nodes.itervalues(): - if not node.satisfy_requirements(): - satisfied = False - return satisfied - - def validate_capabilities(self): - satisfied = True - for node in self.nodes.itervalues(): - if not node.validate_capabilities(): - satisfied = False - return satisfied - - def find_hosts(self): - for node in self.nodes.itervalues(): - node.find_host() - - def configure_operations(self): - for node in self.nodes.itervalues(): - node.configure_operations() - for group in self.groups.itervalues(): - group.configure_operations() - for operation in self.workflows.itervalues(): - operation.configure() - @property def as_raw(self): return collections.OrderedDict(( http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6b49dbbd/examples/clearwater/scripts/bono/delete.sh ---------------------------------------------------------------------- diff --git a/examples/clearwater/scripts/bono/delete.sh b/examples/clearwater/scripts/bono/delete.sh index 5cae7ef..73485c3 100644 --- a/examples/clearwater/scripts/bono/delete.sh +++ b/examples/clearwater/scripts/bono/delete.sh @@ -13,3 +13,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +TODO http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6b49dbbd/examples/clearwater/scripts/dime/delete.sh ---------------------------------------------------------------------- diff --git a/examples/clearwater/scripts/dime/delete.sh b/examples/clearwater/scripts/dime/delete.sh index 5cae7ef..73485c3 100644 --- a/examples/clearwater/scripts/dime/delete.sh +++ b/examples/clearwater/scripts/dime/delete.sh @@ -13,3 +13,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +TODO http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6b49dbbd/examples/clearwater/scripts/ellis/delete.sh ---------------------------------------------------------------------- diff --git a/examples/clearwater/scripts/ellis/delete.sh b/examples/clearwater/scripts/ellis/delete.sh index 5cae7ef..73485c3 100644 --- a/examples/clearwater/scripts/ellis/delete.sh +++ b/examples/clearwater/scripts/ellis/delete.sh @@ -13,3 +13,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +TODO http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6b49dbbd/examples/clearwater/scripts/homer/delete.sh ---------------------------------------------------------------------- diff --git a/examples/clearwater/scripts/homer/delete.sh b/examples/clearwater/scripts/homer/delete.sh index 5cae7ef..73485c3 100644 --- a/examples/clearwater/scripts/homer/delete.sh +++ b/examples/clearwater/scripts/homer/delete.sh @@ -13,3 +13,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +TODO http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6b49dbbd/examples/clearwater/scripts/homestead/delete.sh ---------------------------------------------------------------------- diff --git a/examples/clearwater/scripts/homestead/delete.sh b/examples/clearwater/scripts/homestead/delete.sh index 5cae7ef..73485c3 100644 --- a/examples/clearwater/scripts/homestead/delete.sh +++ b/examples/clearwater/scripts/homestead/delete.sh @@ -13,3 +13,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +TODO http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6b49dbbd/examples/clearwater/scripts/memento/delete.sh ---------------------------------------------------------------------- diff --git a/examples/clearwater/scripts/memento/delete.sh b/examples/clearwater/scripts/memento/delete.sh index 5cae7ef..73485c3 100644 --- a/examples/clearwater/scripts/memento/delete.sh +++ b/examples/clearwater/scripts/memento/delete.sh @@ -13,3 +13,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +TODO http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6b49dbbd/examples/clearwater/scripts/ralf/delete.sh ---------------------------------------------------------------------- diff --git a/examples/clearwater/scripts/ralf/delete.sh b/examples/clearwater/scripts/ralf/delete.sh index 5cae7ef..73485c3 100644 --- a/examples/clearwater/scripts/ralf/delete.sh +++ b/examples/clearwater/scripts/ralf/delete.sh @@ -13,3 +13,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +TODO http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6b49dbbd/examples/clearwater/scripts/sprout/delete.sh ---------------------------------------------------------------------- diff --git a/examples/clearwater/scripts/sprout/delete.sh b/examples/clearwater/scripts/sprout/delete.sh index 5cae7ef..73485c3 100644 --- a/examples/clearwater/scripts/sprout/delete.sh +++ b/examples/clearwater/scripts/sprout/delete.sh @@ -13,3 +13,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +TODO http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/6b49dbbd/examples/clearwater/scripts/vellum/delete.sh ---------------------------------------------------------------------- diff --git a/examples/clearwater/scripts/vellum/delete.sh b/examples/clearwater/scripts/vellum/delete.sh index 5cae7ef..73485c3 100644 --- a/examples/clearwater/scripts/vellum/delete.sh +++ b/examples/clearwater/scripts/vellum/delete.sh @@ -13,3 +13,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +TODO
