aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cli
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22License addition in all yamlsvaibhav_16dec4-0/+56
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-01Run all components in one namespaceBorislavG2-2/+2
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-01-18Exposed 8080 and 9090 ports in onap-cliEC2 Default User2-4/+9
Exposed 8080 and 9090 ports in onap-cli kubernetes service to enable access CLI in webpage Issue-ID: OOM-589 Change-Id: I41c30356ab06473da2ffe86096f98408ca37f69a Signed-off-by: EC2 Default User <chenxiaobo99@hotmail.com>
2017-12-08Migrate to R1 released docker imagesAlexis de Talhouët1-1/+1
Change-Id: Iac46cbae69404d17e1f4e59f85ed18fc7ecd01dd Issue-ID: OOM-432 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> (cherry picked from commit f033f949c49cc195be1f3a6bdf79759f7e0983ca)
2017-10-29Add option to disable specific deploymentsyuryn2-0/+4
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-14Deploment configuration for CLIsubhash kumar singh4-0/+59
OOM deployment configuration for CLI. Change-Id: I4b34c64be7fba5c3bcfbb35ea497b6e5abde8305 Issue-ID: CLI-41 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
{ color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
.onboarding-loader {
    .onboarding-loader-backdrop {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        background-color: $loader-background;
        opacity: 0.5;
    }
    .tlv-loader {
        height: 63px;
        width: 63px;
        position: absolute;
        top: 30%;
        left: 50%;
        margin-top: -10.5px;
        margin-left: -10.5px;
    }
    .tlv-loader.large {
        transform: scale(1);
    }
    .tlv-loader::before {
        background-color: $gray;
        border-radius: 50%;
        box-shadow: 21px 21px 0px 0px $gray, 0px 42px 0px 0px $gray,
            -21px 21px 0px 0px $gray;
        content: '';
        display: block;
        height: 21px;
        width: 21px;
        position: absolute;
        left: 50%;
        margin-left: -10.5px;
    }
    .tlv-loader::after {
        border-radius: 50%;
        content: '';
        display: block;
        position: absolute;
        height: 21px;
        width: 21px;
        animation: dot-move-2 4.5s infinite ease-in;
    }
    @keyframes dot-move {
        0% {
            background-color: $blue;
            left: 21px;
            top: 0;
        }
        25% {
            background-color: $orange;
            left: 42px;
            top: 21px;
        }
        50% {
            background-color: $light-purple;
            left: 21px;
            top: 42px;
        }
        75% {
            background-color: $light-green;
            left: 0;
            top: 21px;
        }
        100% {
            background-color: $blue;
            left: 21px;
            top: 0;
        }
    }
    @keyframes dot-move-2 {
        0% {
            background-color: $blue;
            left: 21px;
            top: 0;
        }
        6.25% {
            background-color: $blue;
            left: 42px;
            top: 21px;
        }
        12.5% {
            background-color: $blue;
            left: 21px;
            top: 42px;
        }
        18.75% {
            background-color: $blue;
            left: 0;
            top: 21px;
        }
        25% {
            background-color: $orange;
            left: 21px;
            top: 0;
        }
        31.25% {
            background-color: $orange;
            left: 42px;
            top: 21px;
        }
        37.5% {
            background-color: $orange;
            left: 21px;
            top: 42px;
        }
        43.75% {
            background-color: $orange;
            left: 0;
            top: 21px;
        }
        50% {
            background-color: $light-purple;
            left: 21px;
            top: 0;
        }
        56.25% {
            background-color: $light-purple;
            left: 42px;
            top: 21px;
        }
        62.5% {
            background-color: $light-purple;
            left: 21px;
            top: 42px;
        }
        68.75% {
            background-color: $light-purple;
            left: 0;
            top: 21px;
        }
        75% {
            background-color: $light-green;
            left: 21px;
            top: 0;
        }
        81.25% {
            background-color: $light-green;
            left: 42px;
            top: 21px;
        }
        87.5% {
            background-color: $light-green;
            left: 21px;
            top: 42px;
        }
        93.75% {
            background-color: $light-green;
            left: 0;
            top: 21px;
        }
        100% {
            background-color: $blue;
            left: 21px;
            top: 0;
        }
    }
}