oc_adm_manage_node.py 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/manage_node -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_adm_manage_node
  52. short_description: Module to manage openshift nodes
  53. description:
  54. - Manage openshift nodes programmatically.
  55. options:
  56. kubeconfig:
  57. description:
  58. - The path for the kubeconfig file to use for authentication
  59. required: false
  60. default: /etc/origin/master/admin.kubeconfig
  61. aliases: []
  62. debug:
  63. description:
  64. - Turn on debug output.
  65. required: false
  66. default: False
  67. aliases: []
  68. node:
  69. description:
  70. - A list of the nodes being managed
  71. required: false
  72. default: None
  73. aliases: []
  74. selector:
  75. description:
  76. - The selector when filtering on node labels
  77. required: false
  78. default: None
  79. aliases: []
  80. pod_selector:
  81. description:
  82. - A selector when filtering on pod labels.
  83. required: false
  84. default: None
  85. aliases: []
  86. evacuate:
  87. description:
  88. - Remove all pods from a node.
  89. required: false
  90. default: False
  91. aliases: []
  92. schedulable:
  93. description:
  94. - whether or not openshift can schedule pods on this node
  95. required: False
  96. default: None
  97. aliases: []
  98. dry_run:
  99. description:
  100. - This shows the pods that would be migrated if evacuate were called
  101. required: False
  102. default: False
  103. aliases: []
  104. grace_period:
  105. description:
  106. - Grace period (seconds) for pods being deleted.
  107. required: false
  108. default: None
  109. aliases: []
  110. force:
  111. description:
  112. - Whether or not to attempt to force this action in openshift
  113. required: false
  114. default: None
  115. aliases: []
  116. author:
  117. - "Kenny Woodson <kwoodson@redhat.com>"
  118. extends_documentation_fragment: []
  119. '''
  120. EXAMPLES = '''
  121. - name: oadm manage-node --schedulable=true --selector=ops_node=new
  122. oc_adm_manage_node:
  123. selector: ops_node=new
  124. schedulable: True
  125. register: schedout
  126. - name: oadm manage-node my-k8s-node-5 --evacuate
  127. oc_adm_manage_node:
  128. node: my-k8s-node-5
  129. evacuate: True
  130. force: True
  131. '''
  132. # -*- -*- -*- End included fragment: doc/manage_node -*- -*- -*-
  133. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  134. class YeditException(Exception): # pragma: no cover
  135. ''' Exception class for Yedit '''
  136. pass
  137. # pylint: disable=too-many-public-methods
  138. class Yedit(object): # pragma: no cover
  139. ''' Class to modify yaml files '''
  140. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  141. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  142. com_sep = set(['.', '#', '|', ':'])
  143. # pylint: disable=too-many-arguments
  144. def __init__(self,
  145. filename=None,
  146. content=None,
  147. content_type='yaml',
  148. separator='.',
  149. backup=False):
  150. self.content = content
  151. self._separator = separator
  152. self.filename = filename
  153. self.__yaml_dict = content
  154. self.content_type = content_type
  155. self.backup = backup
  156. self.load(content_type=self.content_type)
  157. if self.__yaml_dict is None:
  158. self.__yaml_dict = {}
  159. @property
  160. def separator(self):
  161. ''' getter method for separator '''
  162. return self._separator
  163. @separator.setter
  164. def separator(self, inc_sep):
  165. ''' setter method for separator '''
  166. self._separator = inc_sep
  167. @property
  168. def yaml_dict(self):
  169. ''' getter method for yaml_dict '''
  170. return self.__yaml_dict
  171. @yaml_dict.setter
  172. def yaml_dict(self, value):
  173. ''' setter method for yaml_dict '''
  174. self.__yaml_dict = value
  175. @staticmethod
  176. def parse_key(key, sep='.'):
  177. '''parse the key allowing the appropriate separator'''
  178. common_separators = list(Yedit.com_sep - set([sep]))
  179. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  180. @staticmethod
  181. def valid_key(key, sep='.'):
  182. '''validate the incoming key'''
  183. common_separators = list(Yedit.com_sep - set([sep]))
  184. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  185. return False
  186. return True
  187. @staticmethod
  188. def remove_entry(data, key, sep='.'):
  189. ''' remove data at location key '''
  190. if key == '' and isinstance(data, dict):
  191. data.clear()
  192. return True
  193. elif key == '' and isinstance(data, list):
  194. del data[:]
  195. return True
  196. if not (key and Yedit.valid_key(key, sep)) and \
  197. isinstance(data, (list, dict)):
  198. return None
  199. key_indexes = Yedit.parse_key(key, sep)
  200. for arr_ind, dict_key in key_indexes[:-1]:
  201. if dict_key and isinstance(data, dict):
  202. data = data.get(dict_key)
  203. elif (arr_ind and isinstance(data, list) and
  204. int(arr_ind) <= len(data) - 1):
  205. data = data[int(arr_ind)]
  206. else:
  207. return None
  208. # process last index for remove
  209. # expected list entry
  210. if key_indexes[-1][0]:
  211. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  212. del data[int(key_indexes[-1][0])]
  213. return True
  214. # expected dict entry
  215. elif key_indexes[-1][1]:
  216. if isinstance(data, dict):
  217. del data[key_indexes[-1][1]]
  218. return True
  219. @staticmethod
  220. def add_entry(data, key, item=None, sep='.'):
  221. ''' Get an item from a dictionary with key notation a.b.c
  222. d = {'a': {'b': 'c'}}}
  223. key = a#b
  224. return c
  225. '''
  226. if key == '':
  227. pass
  228. elif (not (key and Yedit.valid_key(key, sep)) and
  229. isinstance(data, (list, dict))):
  230. return None
  231. key_indexes = Yedit.parse_key(key, sep)
  232. for arr_ind, dict_key in key_indexes[:-1]:
  233. if dict_key:
  234. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  235. data = data[dict_key]
  236. continue
  237. elif data and not isinstance(data, dict):
  238. raise YeditException("Unexpected item type found while going through key " +
  239. "path: {} (at key: {})".format(key, dict_key))
  240. data[dict_key] = {}
  241. data = data[dict_key]
  242. elif (arr_ind and isinstance(data, list) and
  243. int(arr_ind) <= len(data) - 1):
  244. data = data[int(arr_ind)]
  245. else:
  246. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  247. if key == '':
  248. data = item
  249. # process last index for add
  250. # expected list entry
  251. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  252. data[int(key_indexes[-1][0])] = item
  253. # expected dict entry
  254. elif key_indexes[-1][1] and isinstance(data, dict):
  255. data[key_indexes[-1][1]] = item
  256. # didn't add/update to an existing list, nor add/update key to a dict
  257. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  258. # non-existent array
  259. else:
  260. raise YeditException("Error adding to object at path: {}".format(key))
  261. return data
  262. @staticmethod
  263. def get_entry(data, key, sep='.'):
  264. ''' Get an item from a dictionary with key notation a.b.c
  265. d = {'a': {'b': 'c'}}}
  266. key = a.b
  267. return c
  268. '''
  269. if key == '':
  270. pass
  271. elif (not (key and Yedit.valid_key(key, sep)) and
  272. isinstance(data, (list, dict))):
  273. return None
  274. key_indexes = Yedit.parse_key(key, sep)
  275. for arr_ind, dict_key in key_indexes:
  276. if dict_key and isinstance(data, dict):
  277. data = data.get(dict_key)
  278. elif (arr_ind and isinstance(data, list) and
  279. int(arr_ind) <= len(data) - 1):
  280. data = data[int(arr_ind)]
  281. else:
  282. return None
  283. return data
  284. @staticmethod
  285. def _write(filename, contents):
  286. ''' Actually write the file contents to disk. This helps with mocking. '''
  287. tmp_filename = filename + '.yedit'
  288. with open(tmp_filename, 'w') as yfd:
  289. yfd.write(contents)
  290. os.rename(tmp_filename, filename)
  291. def write(self):
  292. ''' write to file '''
  293. if not self.filename:
  294. raise YeditException('Please specify a filename.')
  295. if self.backup and self.file_exists():
  296. shutil.copy(self.filename, self.filename + '.orig')
  297. # Try to set format attributes if supported
  298. try:
  299. self.yaml_dict.fa.set_block_style()
  300. except AttributeError:
  301. pass
  302. # Try to use RoundTripDumper if supported.
  303. if self.content_type == 'yaml':
  304. try:
  305. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  306. except AttributeError:
  307. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  308. elif self.content_type == 'json':
  309. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  310. else:
  311. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  312. 'Please specify a content_type of yaml or json.')
  313. return (True, self.yaml_dict)
  314. def read(self):
  315. ''' read from file '''
  316. # check if it exists
  317. if self.filename is None or not self.file_exists():
  318. return None
  319. contents = None
  320. with open(self.filename) as yfd:
  321. contents = yfd.read()
  322. return contents
  323. def file_exists(self):
  324. ''' return whether file exists '''
  325. if os.path.exists(self.filename):
  326. return True
  327. return False
  328. def load(self, content_type='yaml'):
  329. ''' return yaml file '''
  330. contents = self.read()
  331. if not contents and not self.content:
  332. return None
  333. if self.content:
  334. if isinstance(self.content, dict):
  335. self.yaml_dict = self.content
  336. return self.yaml_dict
  337. elif isinstance(self.content, str):
  338. contents = self.content
  339. # check if it is yaml
  340. try:
  341. if content_type == 'yaml' and contents:
  342. # Try to set format attributes if supported
  343. try:
  344. self.yaml_dict.fa.set_block_style()
  345. except AttributeError:
  346. pass
  347. # Try to use RoundTripLoader if supported.
  348. try:
  349. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  350. except AttributeError:
  351. self.yaml_dict = yaml.safe_load(contents)
  352. # Try to set format attributes if supported
  353. try:
  354. self.yaml_dict.fa.set_block_style()
  355. except AttributeError:
  356. pass
  357. elif content_type == 'json' and contents:
  358. self.yaml_dict = json.loads(contents)
  359. except yaml.YAMLError as err:
  360. # Error loading yaml or json
  361. raise YeditException('Problem with loading yaml file. {}'.format(err))
  362. return self.yaml_dict
  363. def get(self, key):
  364. ''' get a specified key'''
  365. try:
  366. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  367. except KeyError:
  368. entry = None
  369. return entry
  370. def pop(self, path, key_or_item):
  371. ''' remove a key, value pair from a dict or an item for a list'''
  372. try:
  373. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  374. except KeyError:
  375. entry = None
  376. if entry is None:
  377. return (False, self.yaml_dict)
  378. if isinstance(entry, dict):
  379. # AUDIT:maybe-no-member makes sense due to fuzzy types
  380. # pylint: disable=maybe-no-member
  381. if key_or_item in entry:
  382. entry.pop(key_or_item)
  383. return (True, self.yaml_dict)
  384. return (False, self.yaml_dict)
  385. elif isinstance(entry, list):
  386. # AUDIT:maybe-no-member makes sense due to fuzzy types
  387. # pylint: disable=maybe-no-member
  388. ind = None
  389. try:
  390. ind = entry.index(key_or_item)
  391. except ValueError:
  392. return (False, self.yaml_dict)
  393. entry.pop(ind)
  394. return (True, self.yaml_dict)
  395. return (False, self.yaml_dict)
  396. def delete(self, path):
  397. ''' remove path from a dict'''
  398. try:
  399. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  400. except KeyError:
  401. entry = None
  402. if entry is None:
  403. return (False, self.yaml_dict)
  404. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  405. if not result:
  406. return (False, self.yaml_dict)
  407. return (True, self.yaml_dict)
  408. def exists(self, path, value):
  409. ''' check if value exists at path'''
  410. try:
  411. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  412. except KeyError:
  413. entry = None
  414. if isinstance(entry, list):
  415. if value in entry:
  416. return True
  417. return False
  418. elif isinstance(entry, dict):
  419. if isinstance(value, dict):
  420. rval = False
  421. for key, val in value.items():
  422. if entry[key] != val:
  423. rval = False
  424. break
  425. else:
  426. rval = True
  427. return rval
  428. return value in entry
  429. return entry == value
  430. def append(self, path, value):
  431. '''append value to a list'''
  432. try:
  433. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  434. except KeyError:
  435. entry = None
  436. if entry is None:
  437. self.put(path, [])
  438. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  439. if not isinstance(entry, list):
  440. return (False, self.yaml_dict)
  441. # AUDIT:maybe-no-member makes sense due to loading data from
  442. # a serialized format.
  443. # pylint: disable=maybe-no-member
  444. entry.append(value)
  445. return (True, self.yaml_dict)
  446. # pylint: disable=too-many-arguments
  447. def update(self, path, value, index=None, curr_value=None):
  448. ''' put path, value into a dict '''
  449. try:
  450. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  451. except KeyError:
  452. entry = None
  453. if isinstance(entry, dict):
  454. # AUDIT:maybe-no-member makes sense due to fuzzy types
  455. # pylint: disable=maybe-no-member
  456. if not isinstance(value, dict):
  457. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  458. 'value=[{}] type=[{}]'.format(value, type(value)))
  459. entry.update(value)
  460. return (True, self.yaml_dict)
  461. elif isinstance(entry, list):
  462. # AUDIT:maybe-no-member makes sense due to fuzzy types
  463. # pylint: disable=maybe-no-member
  464. ind = None
  465. if curr_value:
  466. try:
  467. ind = entry.index(curr_value)
  468. except ValueError:
  469. return (False, self.yaml_dict)
  470. elif index is not None:
  471. ind = index
  472. if ind is not None and entry[ind] != value:
  473. entry[ind] = value
  474. return (True, self.yaml_dict)
  475. # see if it exists in the list
  476. try:
  477. ind = entry.index(value)
  478. except ValueError:
  479. # doesn't exist, append it
  480. entry.append(value)
  481. return (True, self.yaml_dict)
  482. # already exists, return
  483. if ind is not None:
  484. return (False, self.yaml_dict)
  485. return (False, self.yaml_dict)
  486. def put(self, path, value):
  487. ''' put path, value into a dict '''
  488. try:
  489. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  490. except KeyError:
  491. entry = None
  492. if entry == value:
  493. return (False, self.yaml_dict)
  494. # deepcopy didn't work
  495. # Try to use ruamel.yaml and fallback to pyyaml
  496. try:
  497. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  498. default_flow_style=False),
  499. yaml.RoundTripLoader)
  500. except AttributeError:
  501. tmp_copy = copy.deepcopy(self.yaml_dict)
  502. # set the format attributes if available
  503. try:
  504. tmp_copy.fa.set_block_style()
  505. except AttributeError:
  506. pass
  507. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  508. if result is None:
  509. return (False, self.yaml_dict)
  510. # When path equals "" it is a special case.
  511. # "" refers to the root of the document
  512. # Only update the root path (entire document) when its a list or dict
  513. if path == '':
  514. if isinstance(result, list) or isinstance(result, dict):
  515. self.yaml_dict = result
  516. return (True, self.yaml_dict)
  517. return (False, self.yaml_dict)
  518. self.yaml_dict = tmp_copy
  519. return (True, self.yaml_dict)
  520. def create(self, path, value):
  521. ''' create a yaml file '''
  522. if not self.file_exists():
  523. # deepcopy didn't work
  524. # Try to use ruamel.yaml and fallback to pyyaml
  525. try:
  526. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  527. default_flow_style=False),
  528. yaml.RoundTripLoader)
  529. except AttributeError:
  530. tmp_copy = copy.deepcopy(self.yaml_dict)
  531. # set the format attributes if available
  532. try:
  533. tmp_copy.fa.set_block_style()
  534. except AttributeError:
  535. pass
  536. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  537. if result is not None:
  538. self.yaml_dict = tmp_copy
  539. return (True, self.yaml_dict)
  540. return (False, self.yaml_dict)
  541. @staticmethod
  542. def get_curr_value(invalue, val_type):
  543. '''return the current value'''
  544. if invalue is None:
  545. return None
  546. curr_value = invalue
  547. if val_type == 'yaml':
  548. try:
  549. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  550. # pylint: disable=maybe-no-member
  551. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  552. except AttributeError:
  553. curr_value = yaml.safe_load(invalue)
  554. elif val_type == 'json':
  555. curr_value = json.loads(invalue)
  556. return curr_value
  557. @staticmethod
  558. def parse_value(inc_value, vtype=''):
  559. '''determine value type passed'''
  560. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  561. 'on', 'On', 'ON', ]
  562. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  563. 'off', 'Off', 'OFF']
  564. # It came in as a string but you didn't specify value_type as string
  565. # we will convert to bool if it matches any of the above cases
  566. if isinstance(inc_value, str) and 'bool' in vtype:
  567. if inc_value not in true_bools and inc_value not in false_bools:
  568. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  569. elif isinstance(inc_value, bool) and 'str' in vtype:
  570. inc_value = str(inc_value)
  571. # There is a special case where '' will turn into None after yaml loading it so skip
  572. if isinstance(inc_value, str) and inc_value == '':
  573. pass
  574. # If vtype is not str then go ahead and attempt to yaml load it.
  575. elif isinstance(inc_value, str) and 'str' not in vtype:
  576. try:
  577. inc_value = yaml.safe_load(inc_value)
  578. except Exception:
  579. raise YeditException('Could not determine type of incoming value. ' +
  580. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  581. return inc_value
  582. @staticmethod
  583. def process_edits(edits, yamlfile):
  584. '''run through a list of edits and process them one-by-one'''
  585. results = []
  586. for edit in edits:
  587. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  588. if edit.get('action') == 'update':
  589. # pylint: disable=line-too-long
  590. curr_value = Yedit.get_curr_value(
  591. Yedit.parse_value(edit.get('curr_value')),
  592. edit.get('curr_value_format'))
  593. rval = yamlfile.update(edit['key'],
  594. value,
  595. edit.get('index'),
  596. curr_value)
  597. elif edit.get('action') == 'append':
  598. rval = yamlfile.append(edit['key'], value)
  599. else:
  600. rval = yamlfile.put(edit['key'], value)
  601. if rval[0]:
  602. results.append({'key': edit['key'], 'edit': rval[1]})
  603. return {'changed': len(results) > 0, 'results': results}
  604. # pylint: disable=too-many-return-statements,too-many-branches
  605. @staticmethod
  606. def run_ansible(params):
  607. '''perform the idempotent crud operations'''
  608. yamlfile = Yedit(filename=params['src'],
  609. backup=params['backup'],
  610. content_type=params['content_type'],
  611. separator=params['separator'])
  612. state = params['state']
  613. if params['src']:
  614. rval = yamlfile.load()
  615. if yamlfile.yaml_dict is None and state != 'present':
  616. return {'failed': True,
  617. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  618. 'file exists, that it is has correct permissions, and is valid yaml.'}
  619. if state == 'list':
  620. if params['content']:
  621. content = Yedit.parse_value(params['content'], params['content_type'])
  622. yamlfile.yaml_dict = content
  623. if params['key']:
  624. rval = yamlfile.get(params['key'])
  625. return {'changed': False, 'result': rval, 'state': state}
  626. elif state == 'absent':
  627. if params['content']:
  628. content = Yedit.parse_value(params['content'], params['content_type'])
  629. yamlfile.yaml_dict = content
  630. if params['update']:
  631. rval = yamlfile.pop(params['key'], params['value'])
  632. else:
  633. rval = yamlfile.delete(params['key'])
  634. if rval[0] and params['src']:
  635. yamlfile.write()
  636. return {'changed': rval[0], 'result': rval[1], 'state': state}
  637. elif state == 'present':
  638. # check if content is different than what is in the file
  639. if params['content']:
  640. content = Yedit.parse_value(params['content'], params['content_type'])
  641. # We had no edits to make and the contents are the same
  642. if yamlfile.yaml_dict == content and \
  643. params['value'] is None:
  644. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  645. yamlfile.yaml_dict = content
  646. # If we were passed a key, value then
  647. # we enapsulate it in a list and process it
  648. # Key, Value passed to the module : Converted to Edits list #
  649. edits = []
  650. _edit = {}
  651. if params['value'] is not None:
  652. _edit['value'] = params['value']
  653. _edit['value_type'] = params['value_type']
  654. _edit['key'] = params['key']
  655. if params['update']:
  656. _edit['action'] = 'update'
  657. _edit['curr_value'] = params['curr_value']
  658. _edit['curr_value_format'] = params['curr_value_format']
  659. _edit['index'] = params['index']
  660. elif params['append']:
  661. _edit['action'] = 'append'
  662. edits.append(_edit)
  663. elif params['edits'] is not None:
  664. edits = params['edits']
  665. if edits:
  666. results = Yedit.process_edits(edits, yamlfile)
  667. # if there were changes and a src provided to us we need to write
  668. if results['changed'] and params['src']:
  669. yamlfile.write()
  670. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  671. # no edits to make
  672. if params['src']:
  673. # pylint: disable=redefined-variable-type
  674. rval = yamlfile.write()
  675. return {'changed': rval[0],
  676. 'result': rval[1],
  677. 'state': state}
  678. # We were passed content but no src, key or value, or edits. Return contents in memory
  679. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  680. return {'failed': True, 'msg': 'Unkown state passed'}
  681. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  682. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  683. # pylint: disable=too-many-lines
  684. # noqa: E301,E302,E303,T001
  685. class OpenShiftCLIError(Exception):
  686. '''Exception class for openshiftcli'''
  687. pass
  688. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  689. def locate_oc_binary():
  690. ''' Find and return oc binary file '''
  691. # https://github.com/openshift/openshift-ansible/issues/3410
  692. # oc can be in /usr/local/bin in some cases, but that may not
  693. # be in $PATH due to ansible/sudo
  694. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  695. oc_binary = 'oc'
  696. # Use shutil.which if it is available, otherwise fallback to a naive path search
  697. try:
  698. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  699. if which_result is not None:
  700. oc_binary = which_result
  701. except AttributeError:
  702. for path in paths:
  703. if os.path.exists(os.path.join(path, oc_binary)):
  704. oc_binary = os.path.join(path, oc_binary)
  705. break
  706. return oc_binary
  707. # pylint: disable=too-few-public-methods
  708. class OpenShiftCLI(object):
  709. ''' Class to wrap the command line tools '''
  710. def __init__(self,
  711. namespace,
  712. kubeconfig='/etc/origin/master/admin.kubeconfig',
  713. verbose=False,
  714. all_namespaces=False):
  715. ''' Constructor for OpenshiftCLI '''
  716. self.namespace = namespace
  717. self.verbose = verbose
  718. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  719. self.all_namespaces = all_namespaces
  720. self.oc_binary = locate_oc_binary()
  721. # Pylint allows only 5 arguments to be passed.
  722. # pylint: disable=too-many-arguments
  723. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  724. ''' replace the current object with the content '''
  725. res = self._get(resource, rname)
  726. if not res['results']:
  727. return res
  728. fname = Utils.create_tmpfile(rname + '-')
  729. yed = Yedit(fname, res['results'][0], separator=sep)
  730. changes = []
  731. for key, value in content.items():
  732. changes.append(yed.put(key, value))
  733. if any([change[0] for change in changes]):
  734. yed.write()
  735. atexit.register(Utils.cleanup, [fname])
  736. return self._replace(fname, force)
  737. return {'returncode': 0, 'updated': False}
  738. def _replace(self, fname, force=False):
  739. '''replace the current object with oc replace'''
  740. # We are removing the 'resourceVersion' to handle
  741. # a race condition when modifying oc objects
  742. yed = Yedit(fname)
  743. results = yed.delete('metadata.resourceVersion')
  744. if results[0]:
  745. yed.write()
  746. cmd = ['replace', '-f', fname]
  747. if force:
  748. cmd.append('--force')
  749. return self.openshift_cmd(cmd)
  750. def _create_from_content(self, rname, content):
  751. '''create a temporary file and then call oc create on it'''
  752. fname = Utils.create_tmpfile(rname + '-')
  753. yed = Yedit(fname, content=content)
  754. yed.write()
  755. atexit.register(Utils.cleanup, [fname])
  756. return self._create(fname)
  757. def _create(self, fname):
  758. '''call oc create on a filename'''
  759. return self.openshift_cmd(['create', '-f', fname])
  760. def _delete(self, resource, name=None, selector=None):
  761. '''call oc delete on a resource'''
  762. cmd = ['delete', resource]
  763. if selector is not None:
  764. cmd.append('--selector={}'.format(selector))
  765. elif name is not None:
  766. cmd.append(name)
  767. else:
  768. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  769. return self.openshift_cmd(cmd)
  770. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  771. '''process a template
  772. template_name: the name of the template to process
  773. create: whether to send to oc create after processing
  774. params: the parameters for the template
  775. template_data: the incoming template's data; instead of a file
  776. '''
  777. cmd = ['process']
  778. if template_data:
  779. cmd.extend(['-f', '-'])
  780. else:
  781. cmd.append(template_name)
  782. if params:
  783. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  784. cmd.append('-v')
  785. cmd.extend(param_str)
  786. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  787. if results['returncode'] != 0 or not create:
  788. return results
  789. fname = Utils.create_tmpfile(template_name + '-')
  790. yed = Yedit(fname, results['results'])
  791. yed.write()
  792. atexit.register(Utils.cleanup, [fname])
  793. return self.openshift_cmd(['create', '-f', fname])
  794. def _get(self, resource, name=None, selector=None):
  795. '''return a resource by name '''
  796. cmd = ['get', resource]
  797. if selector is not None:
  798. cmd.append('--selector={}'.format(selector))
  799. elif name is not None:
  800. cmd.append(name)
  801. cmd.extend(['-o', 'json'])
  802. rval = self.openshift_cmd(cmd, output=True)
  803. # Ensure results are retuned in an array
  804. if 'items' in rval:
  805. rval['results'] = rval['items']
  806. elif not isinstance(rval['results'], list):
  807. rval['results'] = [rval['results']]
  808. return rval
  809. def _schedulable(self, node=None, selector=None, schedulable=True):
  810. ''' perform oadm manage-node scheduable '''
  811. cmd = ['manage-node']
  812. if node:
  813. cmd.extend(node)
  814. else:
  815. cmd.append('--selector={}'.format(selector))
  816. cmd.append('--schedulable={}'.format(schedulable))
  817. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  818. def _list_pods(self, node=None, selector=None, pod_selector=None):
  819. ''' perform oadm list pods
  820. node: the node in which to list pods
  821. selector: the label selector filter if provided
  822. pod_selector: the pod selector filter if provided
  823. '''
  824. cmd = ['manage-node']
  825. if node:
  826. cmd.extend(node)
  827. else:
  828. cmd.append('--selector={}'.format(selector))
  829. if pod_selector:
  830. cmd.append('--pod-selector={}'.format(pod_selector))
  831. cmd.extend(['--list-pods', '-o', 'json'])
  832. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  833. # pylint: disable=too-many-arguments
  834. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  835. ''' perform oadm manage-node evacuate '''
  836. cmd = ['manage-node']
  837. if node:
  838. cmd.extend(node)
  839. else:
  840. cmd.append('--selector={}'.format(selector))
  841. if dry_run:
  842. cmd.append('--dry-run')
  843. if pod_selector:
  844. cmd.append('--pod-selector={}'.format(pod_selector))
  845. if grace_period:
  846. cmd.append('--grace-period={}'.format(int(grace_period)))
  847. if force:
  848. cmd.append('--force')
  849. cmd.append('--evacuate')
  850. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  851. def _version(self):
  852. ''' return the openshift version'''
  853. return self.openshift_cmd(['version'], output=True, output_type='raw')
  854. def _import_image(self, url=None, name=None, tag=None):
  855. ''' perform image import '''
  856. cmd = ['import-image']
  857. image = '{0}'.format(name)
  858. if tag:
  859. image += ':{0}'.format(tag)
  860. cmd.append(image)
  861. if url:
  862. cmd.append('--from={0}/{1}'.format(url, image))
  863. cmd.append('-n{0}'.format(self.namespace))
  864. cmd.append('--confirm')
  865. return self.openshift_cmd(cmd)
  866. def _run(self, cmds, input_data):
  867. ''' Actually executes the command. This makes mocking easier. '''
  868. curr_env = os.environ.copy()
  869. curr_env.update({'KUBECONFIG': self.kubeconfig})
  870. proc = subprocess.Popen(cmds,
  871. stdin=subprocess.PIPE,
  872. stdout=subprocess.PIPE,
  873. stderr=subprocess.PIPE,
  874. env=curr_env)
  875. stdout, stderr = proc.communicate(input_data)
  876. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  877. # pylint: disable=too-many-arguments,too-many-branches
  878. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  879. '''Base command for oc '''
  880. cmds = [self.oc_binary]
  881. if oadm:
  882. cmds.append('adm')
  883. cmds.extend(cmd)
  884. if self.all_namespaces:
  885. cmds.extend(['--all-namespaces'])
  886. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  887. cmds.extend(['-n', self.namespace])
  888. if self.verbose:
  889. print(' '.join(cmds))
  890. try:
  891. returncode, stdout, stderr = self._run(cmds, input_data)
  892. except OSError as ex:
  893. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  894. rval = {"returncode": returncode,
  895. "cmd": ' '.join(cmds)}
  896. if output_type == 'json':
  897. rval['results'] = {}
  898. if output and stdout:
  899. try:
  900. rval['results'] = json.loads(stdout)
  901. except ValueError as verr:
  902. if "No JSON object could be decoded" in verr.args:
  903. rval['err'] = verr.args
  904. elif output_type == 'raw':
  905. rval['results'] = stdout if output else ''
  906. if self.verbose:
  907. print("STDOUT: {0}".format(stdout))
  908. print("STDERR: {0}".format(stderr))
  909. if 'err' in rval or returncode != 0:
  910. rval.update({"stderr": stderr,
  911. "stdout": stdout})
  912. return rval
  913. class Utils(object): # pragma: no cover
  914. ''' utilities for openshiftcli modules '''
  915. @staticmethod
  916. def _write(filename, contents):
  917. ''' Actually write the file contents to disk. This helps with mocking. '''
  918. with open(filename, 'w') as sfd:
  919. sfd.write(str(contents))
  920. @staticmethod
  921. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  922. ''' create a file in tmp with name and contents'''
  923. tmp = Utils.create_tmpfile(prefix=rname)
  924. if ftype == 'yaml':
  925. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  926. # pylint: disable=no-member
  927. if hasattr(yaml, 'RoundTripDumper'):
  928. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  929. else:
  930. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  931. elif ftype == 'json':
  932. Utils._write(tmp, json.dumps(data))
  933. else:
  934. Utils._write(tmp, data)
  935. # Register cleanup when module is done
  936. atexit.register(Utils.cleanup, [tmp])
  937. return tmp
  938. @staticmethod
  939. def create_tmpfile_copy(inc_file):
  940. '''create a temporary copy of a file'''
  941. tmpfile = Utils.create_tmpfile('lib_openshift-')
  942. Utils._write(tmpfile, open(inc_file).read())
  943. # Cleanup the tmpfile
  944. atexit.register(Utils.cleanup, [tmpfile])
  945. return tmpfile
  946. @staticmethod
  947. def create_tmpfile(prefix='tmp'):
  948. ''' Generates and returns a temporary file name '''
  949. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  950. return tmp.name
  951. @staticmethod
  952. def create_tmp_files_from_contents(content, content_type=None):
  953. '''Turn an array of dict: filename, content into a files array'''
  954. if not isinstance(content, list):
  955. content = [content]
  956. files = []
  957. for item in content:
  958. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  959. item['data'],
  960. ftype=content_type)
  961. files.append({'name': os.path.basename(item['path']),
  962. 'path': path})
  963. return files
  964. @staticmethod
  965. def cleanup(files):
  966. '''Clean up on exit '''
  967. for sfile in files:
  968. if os.path.exists(sfile):
  969. if os.path.isdir(sfile):
  970. shutil.rmtree(sfile)
  971. elif os.path.isfile(sfile):
  972. os.remove(sfile)
  973. @staticmethod
  974. def exists(results, _name):
  975. ''' Check to see if the results include the name '''
  976. if not results:
  977. return False
  978. if Utils.find_result(results, _name):
  979. return True
  980. return False
  981. @staticmethod
  982. def find_result(results, _name):
  983. ''' Find the specified result by name'''
  984. rval = None
  985. for result in results:
  986. if 'metadata' in result and result['metadata']['name'] == _name:
  987. rval = result
  988. break
  989. return rval
  990. @staticmethod
  991. def get_resource_file(sfile, sfile_type='yaml'):
  992. ''' return the service file '''
  993. contents = None
  994. with open(sfile) as sfd:
  995. contents = sfd.read()
  996. if sfile_type == 'yaml':
  997. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  998. # pylint: disable=no-member
  999. if hasattr(yaml, 'RoundTripLoader'):
  1000. contents = yaml.load(contents, yaml.RoundTripLoader)
  1001. else:
  1002. contents = yaml.safe_load(contents)
  1003. elif sfile_type == 'json':
  1004. contents = json.loads(contents)
  1005. return contents
  1006. @staticmethod
  1007. def filter_versions(stdout):
  1008. ''' filter the oc version output '''
  1009. version_dict = {}
  1010. version_search = ['oc', 'openshift', 'kubernetes']
  1011. for line in stdout.strip().split('\n'):
  1012. for term in version_search:
  1013. if not line:
  1014. continue
  1015. if line.startswith(term):
  1016. version_dict[term] = line.split()[-1]
  1017. # horrible hack to get openshift version in Openshift 3.2
  1018. # By default "oc version in 3.2 does not return an "openshift" version
  1019. if "openshift" not in version_dict:
  1020. version_dict["openshift"] = version_dict["oc"]
  1021. return version_dict
  1022. @staticmethod
  1023. def add_custom_versions(versions):
  1024. ''' create custom versions strings '''
  1025. versions_dict = {}
  1026. for tech, version in versions.items():
  1027. # clean up "-" from version
  1028. if "-" in version:
  1029. version = version.split("-")[0]
  1030. if version.startswith('v'):
  1031. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1032. # "v3.3.0.33" is what we have, we want "3.3"
  1033. versions_dict[tech + '_short'] = version[1:4]
  1034. return versions_dict
  1035. @staticmethod
  1036. def openshift_installed():
  1037. ''' check if openshift is installed '''
  1038. import rpm
  1039. transaction_set = rpm.TransactionSet()
  1040. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1041. return rpmquery.count() > 0
  1042. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1043. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1044. @staticmethod
  1045. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1046. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1047. # Currently these values are autogenerated and we do not need to check them
  1048. skip = ['metadata', 'status']
  1049. if skip_keys:
  1050. skip.extend(skip_keys)
  1051. for key, value in result_def.items():
  1052. if key in skip:
  1053. continue
  1054. # Both are lists
  1055. if isinstance(value, list):
  1056. if key not in user_def:
  1057. if debug:
  1058. print('User data does not have key [%s]' % key)
  1059. print('User data: %s' % user_def)
  1060. return False
  1061. if not isinstance(user_def[key], list):
  1062. if debug:
  1063. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1064. return False
  1065. if len(user_def[key]) != len(value):
  1066. if debug:
  1067. print("List lengths are not equal.")
  1068. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1069. print("user_def: %s" % user_def[key])
  1070. print("value: %s" % value)
  1071. return False
  1072. for values in zip(user_def[key], value):
  1073. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1074. if debug:
  1075. print('sending list - list')
  1076. print(type(values[0]))
  1077. print(type(values[1]))
  1078. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1079. if not result:
  1080. print('list compare returned false')
  1081. return False
  1082. elif value != user_def[key]:
  1083. if debug:
  1084. print('value should be identical')
  1085. print(user_def[key])
  1086. print(value)
  1087. return False
  1088. # recurse on a dictionary
  1089. elif isinstance(value, dict):
  1090. if key not in user_def:
  1091. if debug:
  1092. print("user_def does not have key [%s]" % key)
  1093. return False
  1094. if not isinstance(user_def[key], dict):
  1095. if debug:
  1096. print("dict returned false: not instance of dict")
  1097. return False
  1098. # before passing ensure keys match
  1099. api_values = set(value.keys()) - set(skip)
  1100. user_values = set(user_def[key].keys()) - set(skip)
  1101. if api_values != user_values:
  1102. if debug:
  1103. print("keys are not equal in dict")
  1104. print(user_values)
  1105. print(api_values)
  1106. return False
  1107. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1108. if not result:
  1109. if debug:
  1110. print("dict returned false")
  1111. print(result)
  1112. return False
  1113. # Verify each key, value pair is the same
  1114. else:
  1115. if key not in user_def or value != user_def[key]:
  1116. if debug:
  1117. print("value not equal; user_def does not have key")
  1118. print(key)
  1119. print(value)
  1120. if key in user_def:
  1121. print(user_def[key])
  1122. return False
  1123. if debug:
  1124. print('returning true')
  1125. return True
  1126. class OpenShiftCLIConfig(object):
  1127. '''Generic Config'''
  1128. def __init__(self, rname, namespace, kubeconfig, options):
  1129. self.kubeconfig = kubeconfig
  1130. self.name = rname
  1131. self.namespace = namespace
  1132. self._options = options
  1133. @property
  1134. def config_options(self):
  1135. ''' return config options '''
  1136. return self._options
  1137. def to_option_list(self, ascommalist=''):
  1138. '''return all options as a string
  1139. if ascommalist is set to the name of a key, and
  1140. the value of that key is a dict, format the dict
  1141. as a list of comma delimited key=value pairs'''
  1142. return self.stringify(ascommalist)
  1143. def stringify(self, ascommalist=''):
  1144. ''' return the options hash as cli params in a string
  1145. if ascommalist is set to the name of a key, and
  1146. the value of that key is a dict, format the dict
  1147. as a list of comma delimited key=value pairs '''
  1148. rval = []
  1149. for key in sorted(self.config_options.keys()):
  1150. data = self.config_options[key]
  1151. if data['include'] \
  1152. and (data['value'] is not None or isinstance(data['value'], int)):
  1153. if key == ascommalist:
  1154. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1155. else:
  1156. val = data['value']
  1157. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1158. return rval
  1159. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1160. # -*- -*- -*- Begin included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1161. class ManageNodeException(Exception):
  1162. ''' manage-node exception class '''
  1163. pass
  1164. class ManageNodeConfig(OpenShiftCLIConfig):
  1165. ''' ManageNodeConfig is a DTO for the manage-node command.'''
  1166. def __init__(self, kubeconfig, node_options):
  1167. super(ManageNodeConfig, self).__init__(None, None, kubeconfig, node_options)
  1168. # pylint: disable=too-many-instance-attributes
  1169. class ManageNode(OpenShiftCLI):
  1170. ''' Class to wrap the oc command line tools '''
  1171. # pylint allows 5
  1172. # pylint: disable=too-many-arguments
  1173. def __init__(self,
  1174. config,
  1175. verbose=False):
  1176. ''' Constructor for ManageNode '''
  1177. super(ManageNode, self).__init__(None, kubeconfig=config.kubeconfig, verbose=verbose)
  1178. self.config = config
  1179. def evacuate(self):
  1180. ''' formulate the params and run oadm manage-node '''
  1181. return self._evacuate(node=self.config.config_options['node']['value'],
  1182. selector=self.config.config_options['selector']['value'],
  1183. pod_selector=self.config.config_options['pod_selector']['value'],
  1184. dry_run=self.config.config_options['dry_run']['value'],
  1185. grace_period=self.config.config_options['grace_period']['value'],
  1186. force=self.config.config_options['force']['value'],
  1187. )
  1188. def get_nodes(self, node=None, selector=''):
  1189. '''perform oc get node'''
  1190. _node = None
  1191. _sel = None
  1192. if node:
  1193. _node = node
  1194. if selector:
  1195. _sel = selector
  1196. results = self._get('node', name=_node, selector=_sel)
  1197. if results['returncode'] != 0:
  1198. return results
  1199. nodes = []
  1200. items = None
  1201. if results['results'][0]['kind'] == 'List':
  1202. items = results['results'][0]['items']
  1203. else:
  1204. items = results['results']
  1205. for node in items:
  1206. _node = {}
  1207. _node['name'] = node['metadata']['name']
  1208. _node['schedulable'] = True
  1209. if 'unschedulable' in node['spec']:
  1210. _node['schedulable'] = False
  1211. nodes.append(_node)
  1212. return nodes
  1213. def get_pods_from_node(self, node, pod_selector=None):
  1214. '''return pods for a node'''
  1215. results = self._list_pods(node=[node], pod_selector=pod_selector)
  1216. if results['returncode'] != 0:
  1217. return results
  1218. # When a selector or node is matched it is returned along with the json.
  1219. # We are going to split the results based on the regexp and then
  1220. # load the json for each matching node.
  1221. # Before we return we are going to loop over the results and pull out the node names.
  1222. # {'node': [pod, pod], 'node': [pod, pod]}
  1223. # 3.2 includes the following lines in stdout: "Listing matched pods on node:"
  1224. all_pods = []
  1225. if "Listing matched" in results['results']:
  1226. listing_match = re.compile('\n^Listing matched.*$\n', flags=re.MULTILINE)
  1227. pods = listing_match.split(results['results'])
  1228. for pod in pods:
  1229. if pod:
  1230. all_pods.extend(json.loads(pod)['items'])
  1231. # 3.3 specific
  1232. else:
  1233. # this is gross but I filed a bug...
  1234. # https://bugzilla.redhat.com/show_bug.cgi?id=1381621
  1235. # build our own json from the output.
  1236. all_pods = json.loads(results['results'])['items']
  1237. return all_pods
  1238. def list_pods(self):
  1239. ''' run oadm manage-node --list-pods'''
  1240. _nodes = self.config.config_options['node']['value']
  1241. _selector = self.config.config_options['selector']['value']
  1242. _pod_selector = self.config.config_options['pod_selector']['value']
  1243. if not _nodes:
  1244. _nodes = self.get_nodes(selector=_selector)
  1245. else:
  1246. _nodes = [{'name': name} for name in _nodes]
  1247. all_pods = {}
  1248. for node in _nodes:
  1249. results = self.get_pods_from_node(node['name'], pod_selector=_pod_selector)
  1250. if isinstance(results, dict):
  1251. return results
  1252. all_pods[node['name']] = results
  1253. results = {}
  1254. results['nodes'] = all_pods
  1255. results['returncode'] = 0
  1256. return results
  1257. def schedulable(self):
  1258. '''oadm manage-node call for making nodes unschedulable'''
  1259. nodes = self.config.config_options['node']['value']
  1260. selector = self.config.config_options['selector']['value']
  1261. if not nodes:
  1262. nodes = self.get_nodes(selector=selector)
  1263. else:
  1264. tmp_nodes = []
  1265. for name in nodes:
  1266. tmp_result = self.get_nodes(name)
  1267. if isinstance(tmp_result, dict):
  1268. tmp_nodes.append(tmp_result)
  1269. continue
  1270. tmp_nodes.extend(tmp_result)
  1271. nodes = tmp_nodes
  1272. # This is a short circuit based on the way we fetch nodes.
  1273. # If node is a dict/list then we've already fetched them.
  1274. for node in nodes:
  1275. if isinstance(node, dict) and 'returncode' in node:
  1276. return {'results': nodes, 'returncode': node['returncode']}
  1277. if isinstance(node, list) and 'returncode' in node[0]:
  1278. return {'results': nodes, 'returncode': node[0]['returncode']}
  1279. # check all the nodes that were returned and verify they are:
  1280. # node['schedulable'] == self.config.config_options['schedulable']['value']
  1281. if any([node['schedulable'] != self.config.config_options['schedulable']['value'] for node in nodes]):
  1282. results = self._schedulable(node=self.config.config_options['node']['value'],
  1283. selector=self.config.config_options['selector']['value'],
  1284. schedulable=self.config.config_options['schedulable']['value'])
  1285. # 'NAME STATUS AGE\\nip-172-31-49-140.ec2.internal Ready 4h\\n' # E501
  1286. # normalize formatting with previous return objects
  1287. if results['results'].startswith('NAME'):
  1288. nodes = []
  1289. # removing header line and trailing new line character of node lines
  1290. for node_results in results['results'].split('\n')[1:-1]:
  1291. parts = node_results.split()
  1292. nodes.append({'name': parts[0], 'schedulable': parts[1] == 'Ready'})
  1293. results['nodes'] = nodes
  1294. return results
  1295. results = {}
  1296. results['returncode'] = 0
  1297. results['changed'] = False
  1298. results['nodes'] = nodes
  1299. return results
  1300. @staticmethod
  1301. def run_ansible(params, check_mode):
  1302. '''run the idempotent ansible code'''
  1303. nconfig = ManageNodeConfig(params['kubeconfig'],
  1304. {'node': {'value': params['node'], 'include': True},
  1305. 'selector': {'value': params['selector'], 'include': True},
  1306. 'pod_selector': {'value': params['pod_selector'], 'include': True},
  1307. 'schedulable': {'value': params['schedulable'], 'include': True},
  1308. 'list_pods': {'value': params['list_pods'], 'include': True},
  1309. 'evacuate': {'value': params['evacuate'], 'include': True},
  1310. 'dry_run': {'value': params['dry_run'], 'include': True},
  1311. 'force': {'value': params['force'], 'include': True},
  1312. 'grace_period': {'value': params['grace_period'], 'include': True},
  1313. })
  1314. oadm_mn = ManageNode(nconfig)
  1315. # Run the oadm manage-node commands
  1316. results = None
  1317. changed = False
  1318. if params['schedulable'] != None:
  1319. if check_mode:
  1320. # schedulable returns results after the fact.
  1321. # We need to redo how this works to support check_mode completely.
  1322. return {'changed': True, 'msg': 'CHECK_MODE: would have called schedulable.'}
  1323. results = oadm_mn.schedulable()
  1324. if 'changed' not in results:
  1325. changed = True
  1326. if params['evacuate']:
  1327. results = oadm_mn.evacuate()
  1328. changed = True
  1329. elif params['list_pods']:
  1330. results = oadm_mn.list_pods()
  1331. if not results or results['returncode'] != 0:
  1332. return {'failed': True, 'msg': results}
  1333. return {'changed': changed, 'results': results, 'state': "present"}
  1334. # -*- -*- -*- End included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1335. # -*- -*- -*- Begin included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-
  1336. def main():
  1337. '''
  1338. ansible oadm module for manage-node
  1339. '''
  1340. module = AnsibleModule(
  1341. argument_spec=dict(
  1342. debug=dict(default=False, type='bool'),
  1343. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1344. node=dict(default=None, type='list'),
  1345. selector=dict(default=None, type='str'),
  1346. pod_selector=dict(default=None, type='str'),
  1347. schedulable=dict(default=None, type='bool'),
  1348. list_pods=dict(default=False, type='bool'),
  1349. evacuate=dict(default=False, type='bool'),
  1350. dry_run=dict(default=False, type='bool'),
  1351. force=dict(default=False, type='bool'),
  1352. grace_period=dict(default=None, type='int'),
  1353. ),
  1354. mutually_exclusive=[["selector", "node"], ['evacuate', 'list_pods'], ['list_pods', 'schedulable']],
  1355. required_one_of=[["node", "selector"]],
  1356. supports_check_mode=True,
  1357. )
  1358. results = ManageNode.run_ansible(module.params, module.check_mode)
  1359. if 'failed' in results:
  1360. module.fail_json(**results)
  1361. module.exit_json(**results)
  1362. if __name__ == "__main__":
  1363. main()
  1364. # -*- -*- -*- End included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-